Disable shellhistory for now
This commit is contained in:
parent
44aef5ee78
commit
91a34ff582
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user