fish: Remove fish prompt config

This commit is contained in:
Robert Kmieć
2021-07-26 00:29:35 +02:00
parent 4f3663d0eb
commit adde355dc3

View File

@@ -1,12 +0,0 @@
function fish_prompt
set test $status
set dir (prompt_pwd)
set_color -o green
echo -n (hostname)
set_color normal
echo -n ':'
set_color -o blue
echo -n $dir
set_color normal
echo -n " $test\$ "
end