mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
Showing the full path in the prompt.
This commit is contained in:
parent
f7a95a96fe
commit
b9031f3ed1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user