Skip to content

Instantly share code, notes, and snippets.

@anthonyboutinov
Created February 26, 2018 07:32
Show Gist options
  • Save anthonyboutinov/85e44b82536a43019eeb051f2bc54b49 to your computer and use it in GitHub Desktop.
Save anthonyboutinov/85e44b82536a43019eeb051f2bc54b49 to your computer and use it in GitHub Desktop.
BashRC Aliases
[[ -s ~/.bashrc ]] && source ~/.bashrc
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