all repos — dotfiles @ 1a7d6e0dd25fc6c02e3d87db5617931592fb5e28

my *nix dotfiles

Fix git prompt
Anirudh Oppiliappan x@icyphox.sh
Sun, 04 Apr 2021 11:28:50 +0530
commit

1a7d6e0dd25fc6c02e3d87db5617931592fb5e28

parent

e65e20a60c921ac0aac0549996082a5c61be3b1d

2 files changed, 4 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) set_color white printf '%s ' $prefix set_color normal
M home/.gitconfighome/.gitconfig

@@ -28,3 +28,6 @@ tool = vimdiff3

[mergetool "vimdiff3"] path = nvim prompt = false +[bash] + showDirtyState = true + showUntrackedFiles = false