Last active
May 29, 2018 17:36
-
-
Save vifo/384818ead7346f7f1f6d7b095c1456ad to your computer and use it in GitHub Desktop.
Reset terminal to sane settings.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Usage: eval "$(curl -L https://git.io/vh38r)" | |
export TERMINAL="xterm-256color" | |
# set emacs mode | |
#set -o emacs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment