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