summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-06-10 08:59:00 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-06-10 08:59:00 -0400
commit6b95114944052699b0591491457d77cd0cc83b81 (patch)
treec48d0f8d23394fb0022a14a8c6aa36c42bad15c5 /zshrc
parent84e37bf525c9934a70120c346e8afcf026f78950 (diff)
Use ehamberg/pure prompt.
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