From 26d4a706ceb1470d9f88aeb9fe45269391068da5 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 20 Jan 2022 11:26:37 +0100 Subject: [PATCH] Fishes prompt --- .config/fish/config.fish | 2 +- .config/starship.toml | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"