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 if type -q exa
alias ls="exa --git -g" 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 end
################################################################################ ################################################################################

View File

@@ -49,7 +49,7 @@ format = "[◤](#444444 bg:red)[$symbol $status ](bg:red)"
[time] [time]
disabled = false disabled = false
style="bg:#444444 bright-white" style="bg:#444444 bright-white"
format="[◢](#444444)[$time ]($style)" format="[ $time ]($style)"
time_format = '%a %b %d %R' time_format = '%a %b %d %R'
[git_branch] [git_branch]

View File

@@ -5,7 +5,7 @@ set -e
files=".config/fish \ files=".config/fish \
.config/git \ .config/git \
.config/omf \ .config/omf \
.config/starship \ .config/starship.toml \
.local/share/omf \ .local/share/omf \
.emacs \ .emacs \
.tmux.conf.local" .tmux.conf.local"