vim: reorganize plugins list

This commit is contained in:
Robert Kmiec
2019-06-07 14:09:27 +02:00
parent 40aabe81bc
commit 02a97b61f5
2 changed files with 111 additions and 114 deletions

View File

@@ -1,11 +1,12 @@
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
prompt_pwd | tr -d '\n'
echo -n $dir
set_color normal
echo -n " $test\$ "
end