Created
February 26, 2018 07:32
-
-
Save anthonyboutinov/85e44b82536a43019eeb051f2bc54b49 to your computer and use it in GitHub Desktop.
BashRC 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
[[ -s ~/.bashrc ]] && source ~/.bashrc |
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
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" | |
alias sites="cd ~/Sites" | |
alias ls="ls -G" | |
alias gitrmignored="git rm -r --cached . && git add . && git commit -am \"Remove ignored files\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment