Last active
January 22, 2020 06:53
-
-
Save gnchrv/11c90d91b3daeafa59eeaf46bedbf1a6 to your computer and use it in GitHub Desktop.
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=$PATH:/usr/local/bin | |
alias gs="git status" | |
alias gc="git commit -m" | |
alias ga="git add" | |
alias gac="git add . ; git commit -m" | |
alias gl="git log" | |
alias gcam="git commit --amend --no-edit" | |
export PATH=$PATH:/Users/gnchrv/bin | |
source ~/.bashrc | |
export BASH_SILENCE_DEPRECATION_WARNING=1 | |
alias mongod="mongod --dbpath ~/data/db" | |
export LC_ALL=en_US.UTF-8 | |
export LANG=en_US.UTF-8 | |
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment