summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 91a9b17..773d7d5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -3,8 +3,8 @@ alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
ZSH_CUSTOM="$HOME/.config/zsh"
# Disabled, tab completion garbles the output :'(
-#ZSH_THEME="ewout"
-ZSH_THEME="funky"
+ZSH_THEME="ewout"
+#ZSH_THEME="funky"
zstyle ':omz:update' mode auto
plugins=(
archlinux