summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 35a8768..7861f28 100755
--- a/zshrc
+++ b/zshrc
@@ -17,7 +17,8 @@ if ! zgen saved; then
# completions
zgen load zsh-users/zsh-completions src
# theme
- zgen oh-my-zsh themes/frisk
+ # zgen oh-my-zsh themes/frisk
+ zgen load ehamberg/pure
# save all to init script
zgen save
fi