Commit b9031f3e authored by Felipe Rodrigues de Almeida's avatar Felipe Rodrigues de Almeida Committed by Bruno Pinto

Showing the full path in the prompt.

parent f7a95a96
...@@ -30,7 +30,7 @@ function fish_prompt ...@@ -30,7 +30,7 @@ function fish_prompt
set -l green (set_color green) set -l green (set_color green)
set -l arrow "∫" set -l arrow "∫"
set -l cwd $blue(basename (prompt_pwd)) set -l cwd $blue(prompt_pwd)
if [ (_git_branch_name) ] if [ (_git_branch_name) ]
set -l git_branch (_git_branch_name) set -l git_branch (_git_branch_name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment