Showing the full path in the prompt.

This commit is contained in:
Felipe Rodrigues de Almeida 2014-04-04 18:14:21 -03:00 committed by Bruno Pinto
parent f7a95a96fe
commit b9031f3ed1

View File

@ -30,7 +30,7 @@ function fish_prompt
set -l green (set_color green)
set -l arrow "∫"
set -l cwd $blue(basename (prompt_pwd))
set -l cwd $blue(prompt_pwd)
if [ (_git_branch_name) ]
set -l git_branch (_git_branch_name)