Fishes prompt

This commit is contained in:
2022-01-20 11:26:37 +01:00
parent 0e2bc8689a
commit 26d4a706ce
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ set fish_greeting ""
if type -q exa
alias ls="exa --git -g"
set -gx EXA_COLORS "da=36:uu=33:gu=33"
set -gx EXA_COLORS "da=35:uu=33:gu=33"
end
################################################################################