diff --git a/shell/.bashrc b/shell/.bashrc index 4d5e4ce..0ce67fe 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -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