Advertisement
Guest User

Untitled

a guest
May 27th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # append to the history file after every session rather than overwrite
  2. shopt -s histappend
  3.  
  4. # save multi-line commands in history
  5. shopt -s cmdhist
  6.  
  7. # load line rather than run when doing history substitution
  8. shopt -s histverify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement