Remove fish configs
This commit is contained in:
parent
5b923a5427
commit
2916f3bc3d
6 changed files with 0 additions and 117 deletions
|
@ -1,30 +0,0 @@
|
|||
# vim: se ts=4:
|
||||
|
||||
function fish_prompt --description 'Write out the prompt'
|
||||
set -l last_status $status
|
||||
|
||||
if not set -q __fish_prompt_normal
|
||||
set -g __fish_prompt_normal (set_color normal)
|
||||
end
|
||||
|
||||
set_color $fish_color_hostname
|
||||
echo -n (hostname -s)
|
||||
set_color $fish_color_hostname_colon
|
||||
echo -n :
|
||||
|
||||
# PWD
|
||||
set_color $fish_color_cwd
|
||||
echo -n (prompt_pwd)
|
||||
echo -n $__fish_prompt_normal
|
||||
|
||||
echo -n (__fish_git_prompt)
|
||||
|
||||
set_color $fish_color_prompt
|
||||
if [ $USER = root ]
|
||||
echo -n '# '
|
||||
else
|
||||
echo -n '$ '
|
||||
end
|
||||
|
||||
echo -n $__fish_prompt_normal
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue