From b932c24a206f4bf8f33b470075902b1aae4594ab Mon Sep 17 00:00:00 2001 From: ewy1 Date: Mon, 13 Jan 2025 23:29:33 +0100 Subject: disable theme causing issues with tab completion --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 16854cf..91a9b17 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.3