]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/history.zsh
cleanup lib
[dotfiles.git] / zsh / lib / history.zsh
index 876936b87888a60d1fc7ece2cdfa8dcdd6d9d8c8..c03575041f021cd7954fdf4140ca96b9871aa9b1 100644 (file)
@@ -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'