diff options
Diffstat (limited to 'zshrc')
-rwxr-xr-x | zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |