Skip to content

Instantly share code, notes, and snippets.

@davep
Created February 17, 2020 15:16
Show Gist options
  • Save davep/ab8e03a61357f058ad9bfa48eb7015e0 to your computer and use it in GitHub Desktop.
Save davep/ab8e03a61357f058ad9bfa48eb7015e0 to your computer and use it in GitHub Desktop.
# If we're a dumb terminal give up on using zsh and just go with the default
# system shell. This might seem a bit OTT but it really helps with all sorts
# of issues with tramp on GNU emacs.
if [[ "$TERM" == "dumb" ]]
then
exec /bin/sh -l
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment