fish: Remove fish prompt config
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user