diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e13eac4..f252a21 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 ################################################################################ diff --git a/.config/starship.toml b/.config/starship.toml index 6c53ca2..3385e2c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -49,7 +49,7 @@ format = "[◤](#444444 bg:red)[$symbol $status ](bg:red)" [time] disabled = false style="bg:#444444 bright-white" -format="[◢](#444444)[$time ]($style)" +format="[ $time ]($style)" time_format = '%a %b %d %R' [git_branch] diff --git a/install.sh b/install.sh index 036920c..3f9acbb 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ set -e files=".config/fish \ .config/git \ .config/omf \ -.config/starship \ +.config/starship.toml \ .local/share/omf \ .emacs \ .tmux.conf.local"