Migrate to panacea as daily driver

This commit is contained in:
2020-05-24 02:23:06 +02:00
parent 9743634f3c
commit 6e23af4691
29 changed files with 230 additions and 366 deletions

View File

@@ -12,6 +12,10 @@ function _git_dirty
end
function fish_prompt
if test $TERM = "dumb"
echo "\$ "
return 0
end
set -l yellow (set_color yellow)
set -l green (set_color green)
set -l normal (set_color normal)