X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/468df93c1412b92a48b1e29917f913dee711176b..03fb5e5494d7eed5df717e733c957e5bd1cdb69c:/zsh/lib/history.zsh diff --git a/zsh/lib/history.zsh b/zsh/lib/history.zsh index 876936b..c035750 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -1,5 +1,5 @@ ## Command history configuration -HISTFILE=$HOME/.zsh_history +HISTFILE=$HOME/.histfile HISTSIZE=10000 SAVEHIST=10000 @@ -11,3 +11,5 @@ setopt hist_ignore_space setopt hist_verify setopt inc_append_history setopt share_history # share command history data + +alias history='fc -l 1'