Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. 10 export HISTFILESIZE=20000
  2. 11 export HISTSIZE=44000
  3. 12 shopt -s histappend
  4. 13 # Combine multiline commands into one in history
  5. 14 shopt -s cmdhist
  6. 15 # Ignore duplicates, ls without options and builtin commands
  7. 16 HISTCONTROL=ignoredups
  8. 17 export HISTIGNORE="&:ls:[bf]g:exit"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement