summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorewy1 <ewy0@protonmail.com>2025-01-14 11:40:24 +0100
committerewy1 <ewy0@protonmail.com>2025-01-14 11:40:24 +0100
commitdc1dadc4617ab3e2015e26f617d8a0be30032ad4 (patch)
tree7f2e173fd52c0c1deb90b748c3b4a295b82e0f60 /.zshrc
parentb932c24a206f4bf8f33b470075902b1aae4594ab (diff)
add system specific mako config
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