Skip to content

Instantly share code, notes, and snippets.

@abhikpal
Last active January 19, 2018 14:35
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 abhikpal/36920d066dc29b6a2f40a8e59e9e9afd to your computer and use it in GitHub Desktop.
Save abhikpal/36920d066dc29b6a2f40a8e59e9e9afd to your computer and use it in GitHub Desktop.
export ALTERNATE_EDITOR=""
export EDITOR="emacs24 -nw"
export VISUAL="emacs24"
alias em="$EDITOR"
alias emacs="$EDITOR"
alias emx="$VISUAL"
alias emacsx="#VISUAL"
if [ -f ~/.shell_aliases ]; then
. ~/.shell_aliases
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment