Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created March 13, 2014 03:24
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 shichao-an/9521462 to your computer and use it in GitHub Desktop.
Save shichao-an/9521462 to your computer and use it in GitHub Desktop.
set -o
allexport off
braceexpand on
emacs on
errexit off
errtrace off
functrace off
hashall on
histexpand on
history on
ignoreeof off
interactive-comments on
keyword off
monitor on
noclobber off
noexec off
noglob off
nolog off
notify off
nounset off
onecmd off
physical off
pipefail off
posix off
privileged off
verbose off
vi off
xtrace off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment