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:
Ade Attwood 2023-11-25 10:50:43 +00:00
parent da223e930d
commit fe53b83ca9

View file

@ -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