Add Hishtory

This commit is contained in:
Yax 2022-11-05 14:10:34 +01:00
parent e6228f01d4
commit 1f22a85b15
2 changed files with 9 additions and 1 deletions

View file

@ -163,5 +163,11 @@ PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"
HISTFILE=~/.bash_history
# Hishtory (https://github.com/ddworken/hishtory)
if [ -d "$HOME/.hishtory/" ]; then
export PATH="$PATH:$HOME/.hishtory"
source $HOME/.hishtory/config.sh
fi
# enable history
set -o history