Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #
  2. # zsh login script
  3. # (c) 2016 sasaki-shigeo@acm.org
  4. #
  5.  
  6. # Setting Terminal
  7. eval `tset -s`
  8. stty -istrip
  9. bindkey -em
  10.  
  11. echo 'Which is the erase key on your keyboard?'
  12. echo -n 'Type here: '
  13. read -k erase
  14. stty erase $erase
  15. echo ...OK.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement