From 3bd6c555c63844a8c14a48b5a5e04652dc66bdf7 Mon Sep 17 00:00:00 2001 From: Jens Sauer Date: Thu, 28 Dec 2023 22:24:39 +0100 Subject: [PATCH] [shell]: Update .bashrs for updated base16-colors Missed updates to .bashrc for last update in commit 653775a86072ba2be7361b0101bcfb8dd6bfe5a9 --- shell/.bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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