Skip to content

Commit

Permalink
source wzshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmukherg committed Nov 28, 2017
1 parent 75f8f03 commit b169db3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zshrc
@@ -1,5 +1,5 @@
if [[ "$TERM" != 'dumb' ]]; then
zstyle ':prezto:*:*' color 'on'
zstyle ':prezto:*:*' color 'on'
fi
zstyle ':prezto:module:utility' safe-ops 'off'

Expand Down Expand Up @@ -56,3 +56,7 @@ if [[ -n "${SSH_CONNECTION:-}" ]]; then
export SSH_AUTH_SOCK=$SOCK
fi


if [[ -f "$HOME/.wzshrc" ]]; then
source "$HOME/.wzshrc"
fi

0 comments on commit b169db3

Please sign in to comment.