Skip to content

Commit

Permalink
add support for base16 helper if installed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi committed Sep 13, 2017
1 parent 8e34643 commit 2d35bc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/zshrc.symlink
Expand Up @@ -79,3 +79,7 @@ if [ -z ${RELOAD} ]; then
source ~/.zplug/init.zsh
fi
fi

# Base16 shell setup
BASE16_SHELL=$HOME/.config/base16-shell/
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"

0 comments on commit 2d35bc0

Please sign in to comment.