Add Hishtory
This commit is contained in:
parent
e6228f01d4
commit
1f22a85b15
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue