Pull out starship eval from history

This commit is contained in:
Yax 2024-09-20 11:31:54 +02:00
parent e3849d5902
commit c8ab9a46b2

View file

@ -182,9 +182,6 @@ if [ -d "$HOME/.hishtory/" ]; then
hishtory config-set displayed-columns CWD Command hishtory config-set displayed-columns CWD Command
fi fi
# enable history
set -o history
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# PROMPT # PROMPT
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
@ -226,3 +223,5 @@ else
fi fi
fi fi
# enable history
set -o history