[zsh] add base16-shell

This commit is contained in:
Dmytro Meleshko 2019-05-06 02:24:22 +03:00
parent f31ddce6a8
commit 577ffbe0d7

View file

@ -7,8 +7,10 @@ for script in functions path env plugins aliases palette theme; do
source_if_exists "$ZSH_DOTFILES/custom/$script.zsh"
done
if command_exists rbenv; then
eval "$(rbenv init -)"
fi
command_exists rbenv && eval "$(rbenv init -)"
BASE16_SHELL="$HOME/.config/base16-shell/"
BASE16_SHELL_profile_helper="$BASE16_SHELL/profile_helper.sh"
[[ -n "$PS1" && -r "$BASE16_SHELL_profile_helper" ]] && eval "$("$BASE16_SHELL_profile_helper")"
welcome