enable shell-history
This commit is contained in:
parent
42dd9be795
commit
8ae4566762
@ -39,3 +39,10 @@ fi
|
|||||||
if [[ -z "$TMUX" && "$TMUXATT" != "TRUE" && "$ENABLE_TMUXAC" != "FALSE" ]]; then
|
if [[ -z "$TMUX" && "$TMUXATT" != "TRUE" && "$ENABLE_TMUXAC" != "FALSE" ]]; then
|
||||||
tmux attach -t C0DE || tmux new -s C0DE
|
tmux attach -t C0DE || tmux new -s C0DE
|
||||||
fi
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user