Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active August 13, 2020 15:58
Show Gist options
  • Save vicente-gonzalez-ruiz/7e8dbe072bab7373c93aa59ab99508a6 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/7e8dbe072bab7373c93aa59ab99508a6 to your computer and use it in GitHub Desktop.
aliases
Include:
alias e='emacs -nw'
alias gc='git commit -am "."'
alias gp='git push'
alias gl='git pull'
into .bashrc (non login shells).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment