Merge branch 'bash'

This commit is contained in:
Jens Sauer 2024-01-01 21:52:05 +01:00
commit 5d09935487

View File

@ -130,4 +130,6 @@ fi
BASE16_SHELL="$HOME/.config/base16-shell/"
[ -n "$PS1" ] && \
[ -s "$BASE16_SHELL/profile_helper.sh" ] && \
eval "$("$BASE16_SHELL/profile_helper.sh")"
source "$BASE16_SHELL/profile_helper.sh"
base16_solarflare