Guest User

Untitled

a guest
Jan 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/usr/bin/env bash -i
  2.  
  3. #!/usr/bin/env bash -i
  4.  
  5. echo "hello"
  6.  
  7. .bash_profile
  8.  
  9. shopt -s histappend
  10.  
  11. shopt -s histappend
  12. set +H
  13. export HISTCONTROL=ignoreboth
  14. export HISTSIZE=100000
  15. export HISTFILESIZE=100000
  16. export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"
Add Comment
Please, Sign In to add comment