From b9031f3ed1c5057413ba1351258423a2063f393b Mon Sep 17 00:00:00 2001 From: Felipe Rodrigues de Almeida Date: Fri, 4 Apr 2014 18:14:21 -0300 Subject: [PATCH] Showing the full path in the prompt. --- themes/integral/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/integral/fish_prompt.fish b/themes/integral/fish_prompt.fish index d82d47b..41b1895 100644 --- a/themes/integral/fish_prompt.fish +++ b/themes/integral/fish_prompt.fish @@ -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)