chore(shell): enable vars to base16 shell
This is to get base16-shell to create config files for common extensions. The one I would like to use the most is delta.
This commit is contained in:
parent
da223e930d
commit
fe53b83ca9
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ printf '\033[5 q'
|
|||
# emacs or vim
|
||||
#
|
||||
if [[ -z "$VIM" ]] && [[ -z "$INSIDE_EMACS" ]] && [[ -z "$SSH_TTY" ]] ; then
|
||||
export BASE16_SHELL_ENABLE_VARS=1
|
||||
BASE16_CONFIG_PATH="$HOME/.config/base16-shell/"
|
||||
[ -s "$BASE16_CONFIG_PATH/profile_helper.sh" ] && source "$BASE16_CONFIG_PATH/profile_helper.sh"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue