diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-01-13 23:29:33 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-01-13 23:29:33 +0100 |
| commit | b932c24a206f4bf8f33b470075902b1aae4594ab (patch) | |
| tree | 6e62d079eaacd49cd82e9736163f324d9b35e71d /.config/zsh/themes/ewout.zsh-theme | |
| parent | 0007bd61f85b47146333fc7b095b8903c838bed9 (diff) | |
disable theme causing issues with tab completion
Diffstat (limited to '.config/zsh/themes/ewout.zsh-theme')
| -rw-r--r-- | .config/zsh/themes/ewout.zsh-theme | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/themes/ewout.zsh-theme b/.config/zsh/themes/ewout.zsh-theme index 78fff90..01f8fbe 100644 --- a/.config/zsh/themes/ewout.zsh-theme +++ b/.config/zsh/themes/ewout.zsh-theme @@ -1,4 +1,5 @@ autoload colors && colors +setopt prompt_subst __git() { command -v git > /dev/null || return |
