Disable shellhistory for now

This commit is contained in:
David Todd 2020-03-02 15:02:14 -06:00
parent 44aef5ee78
commit 91a34ff582
1 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ fi
# Enable shell-history for interactive shells
# https://github.com/pawamoy/shell-history
if [[ $- == *i* ]] && command -v shellhistory-location &>/dev/null; then
. $(shellhistory-location)
shellhistory enable
fi
#if [[ $- == *i* ]] && command -v shellhistory-location &>/dev/null; then
# . $(shellhistory-location)
# shellhistory enable
#fi