Skip to content

Commit

Permalink
Fix my history settings to actually work(cherry picked from commit f9…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kerley authored and ryanfb committed Oct 14, 2008
1 parent 076a70c commit c2093e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 06_history
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
HISTFILE=~/.history
HISTSIZE=10500
SAVEHIST=10000
SHARE_HISTORY=1
EXTENDED_HISTORY=1
HIST_EXPIRE_DUPS_FIRST=1
setopt share_history
setopt extended_history
setopt hist_expire_dups_first
setopt hist_find_no_dups

0 comments on commit c2093e3

Please sign in to comment.