Last active
August 13, 2020 15:58
-
-
Save vicente-gonzalez-ruiz/7e8dbe072bab7373c93aa59ab99508a6 to your computer and use it in GitHub Desktop.
aliases
This file contains hidden or 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
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