From c8ab9a46b2a67d5569877ddfa84e0f03074e11af Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:31:54 +0200 Subject: [PATCH] Pull out starship eval from history --- dot_bashrc.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dot_bashrc.tmpl b/dot_bashrc.tmpl index 21494a1..90561da 100644 --- a/dot_bashrc.tmpl +++ b/dot_bashrc.tmpl @@ -182,9 +182,6 @@ if [ -d "$HOME/.hishtory/" ]; then hishtory config-set displayed-columns CWD Command fi -# enable history -set -o history - # --------------------------------------------------------------------------- # PROMPT # --------------------------------------------------------------------------- @@ -226,3 +223,5 @@ else fi fi +# enable history +set -o history