Skip to content

Instantly share code, notes, and snippets.

@jj1bdx
Created July 4, 2019 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jj1bdx/8c9850a4145ffd87e9fa6392c6808a65 to your computer and use it in GitHub Desktop.
Save jj1bdx/8c9850a4145ffd87e9fa6392c6808a65 to your computer and use it in GitHub Desktop.
stty .zlogin setting (obsoleted)
# This is an stty kludge I had been using for FreeBSD,
# which is no longer required for macOS with zsh.
setopt noglob
eval `tset -s -Q -e ^H -r -I -m "dialup:?vt100"`
# tmux kludge
stty erase "^?" erase2 "^H"
setopt glob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment