Skip to content

Instantly share code, notes, and snippets.

@metaskills
Last active August 29, 2015 13:56
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 metaskills/9275788 to your computer and use it in GitHub Desktop.
Save metaskills/9275788 to your computer and use it in GitHub Desktop.
#!/bin/zsh
# export EDITOR="atom -n"
# export GIT_EDITOR="atom -w"
# function e() {
# atom -n $*
# }
export EDITOR="subl -n"
export GIT_EDITOR="subl -w"
function e() {
subl -n $*
}
# export EDITOR="mate2 -w"
# alias mate=$(which mate2)
# export EDITOR="mate -w"
# alias mate=$(which mate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment