all repos — dotfiles @ 0c2a974761e276ecfe4facc2be4ce4f588ea80be

my *nix dotfiles

Fix fish prompt after upgrade
Anirudh Oppiliappan x@icyphox.sh
Sun, 04 Apr 2021 11:21:03 +0530
commit

0c2a974761e276ecfe4facc2be4ce4f588ea80be

parent

e295447a5760e49884e53c6e91c0d4cfb052d56c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config/fish/functions/fish_prompt.fishconfig/fish/functions/fish_prompt.fish

@@ -6,7 +6,7 @@ printf '\n'

set_color cyan printf '%s' (prompt_pwd) set_color normal - printf '%s\n' (__fish_git_prompt)(__fish_git_prompt_dirty) + printf '%s\n' (fish_git_prompt)(__fish_git_prompt_informative_status) set_color white printf '%s ' $prefix set_color normal