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 /.zshrc | |
| parent | 0007bd61f85b47146333fc7b095b8903c838bed9 (diff) | |
disable theme causing issues with tab completion
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,11 +2,11 @@ setopt completealiases alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' ZSH_CUSTOM="$HOME/.config/zsh" -ZSH_THEME="ewout" +# Disabled, tab completion garbles the output :'( +#ZSH_THEME="ewout" +ZSH_THEME="funky" zstyle ':omz:update' mode auto plugins=( - aliases - alias-finder archlinux cp git |
