Skip to content

Instantly share code, notes, and snippets.

@sasaki-shigeo
Created October 22, 2016 12:54
Show Gist options
  • Save sasaki-shigeo/4e439979fe26cfd6720660a03c2a225f to your computer and use it in GitHub Desktop.
Save sasaki-shigeo/4e439979fe26cfd6720660a03c2a225f to your computer and use it in GitHub Desktop.
#
# zsh login script
# (c) 2016 [email protected]
#
# Setting Terminal
eval `tset -s`
stty -istrip
bindkey -em
echo 'Which is the erase key on your keyboard?'
echo -n 'Type here: '
read -k erase
stty erase $erase
echo ...OK.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment