1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00

Merge stuff

This commit is contained in:
Steffo 2020-08-18 01:53:05 +02:00
commit cc38b5936d

View file

@ -16,11 +16,7 @@ function fish_prompt
set_color normal set_color normal
echo -n "@"(prompt_hostname)":" echo -n "@"(prompt_hostname)":"
if string match "/home/*" "$PWD" >/dev/null set_color brblue
set_color brblue
else
set_color --bold ff7f00
end
echo -n (prompt_pwd) echo -n (prompt_pwd)
if test $STATUS -ne 0 if test $STATUS -ne 0
@ -35,7 +31,4 @@ function fish_prompt
end end
end end
set_color normal set_color normal
end end