Pull out starship eval from history
This commit is contained in:
parent
e3849d5902
commit
c8ab9a46b2
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue