updated fish prompt a little
This commit is contained in:
parent
856db4cc73
commit
19d934b3f4
@ -86,14 +86,14 @@ function fish_prompt
|
||||
set -g whitespace ' '
|
||||
|
||||
if test $last_status = 0
|
||||
set initial_indicator "$green*"
|
||||
set status_indicator "$green>"
|
||||
set initial_indicator "$green@"
|
||||
set status_indicator "$green-:"
|
||||
else
|
||||
set initial_indicator "$red x $last_status"
|
||||
set status_indicator "$red>"
|
||||
set initial_indicator "$red $last_status x"
|
||||
set status_indicator "$red:-"
|
||||
end
|
||||
|
||||
set -l cwd $green(hostname) " > " $cyan(pwd)
|
||||
set -l cwd $green(hostname) " -> " $cyan(pwd)
|
||||
|
||||
# set -l cwd $cyan(pwd)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user