Guest User

Untitled

a guest
Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ##############################################################################
  2. # History Configuration
  3. ##############################################################################
  4. HISTSIZE=5000 #How many lines of history to keep in memory
  5. HISTFILE=~/.zsh_history #Where to save history to disk
  6. SAVEHIST=5000 #Number of history entries to save to disk
  7. #HISTDUP=erase #Erase duplicates in the history file
  8. setopt appendhistory #Append history to the history file (no overwriting)
  9. setopt sharehistory #Share history across terminals
  10. setopt incappendhistory #Immediately append to the history file, not just when a term is killed
Add Comment
Please, Sign In to add comment