mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Add Hishtory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user