Skip to content

Instantly share code, notes, and snippets.

@gnchrv
Last active January 22, 2020 06:53
Show Gist options
  • Save gnchrv/11c90d91b3daeafa59eeaf46bedbf1a6 to your computer and use it in GitHub Desktop.
Save gnchrv/11c90d91b3daeafa59eeaf46bedbf1a6 to your computer and use it in GitHub Desktop.
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