summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
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