mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] add base16-shell
This commit is contained in:
parent
f31ddce6a8
commit
577ffbe0d7
1 changed files with 5 additions and 3 deletions
|
@ -7,8 +7,10 @@ for script in functions path env plugins aliases palette theme; do
|
||||||
source_if_exists "$ZSH_DOTFILES/custom/$script.zsh"
|
source_if_exists "$ZSH_DOTFILES/custom/$script.zsh"
|
||||||
done
|
done
|
||||||
|
|
||||||
if command_exists rbenv; then
|
command_exists rbenv && eval "$(rbenv init -)"
|
||||||
eval "$(rbenv init -)"
|
|
||||||
fi
|
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
|
welcome
|
||||||
|
|
Loading…
Reference in a new issue