mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:56:33 +00:00
Remove arrow on fish prompt
This commit is contained in:
parent
16b4355410
commit
0e40486a3a
@ -71,7 +71,7 @@ function fish_prompt
|
||||
set -l green (set_color -o green)
|
||||
set -l normal (set_color normal)
|
||||
|
||||
set -l arrow (_status_color) "➜ $normal"
|
||||
# set -l arrow (_status_color) "➜ $normal"
|
||||
set -l cwd (basename (prompt_pwd))
|
||||
|
||||
echo -n -s $arrow (_hostname) $cwd (_git_info) (_prompt_char) ' '
|
||||
|
Loading…
Reference in New Issue
Block a user