diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 45d88fe..576ff6a 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -133,6 +133,9 @@ if [[ $- == *i* ]] ; then ZSH_AUTOSUGGEST_STRATEGY=(history) source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh fi + # History + alias fullhist="history 1" + alias longhist="history -1000" fi # End interactive-only block # In case ack is named ack-grep