Commit 38fcb0cf authored by Adriano Bonat's avatar Adriano Bonat

using prompt_pwd instead of $PWD to show home as ~.

parent faf304d5
......@@ -6,7 +6,7 @@ function fish_prompt
set -l normal (set_color normal)
set -l arrow "$red➜ "
set -l cwd $cyan(basename $PWD)
set -l cwd $cyan(basename (prompt_pwd))
if [ (git_branch_name) ]
set -l git_branch $red(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