Skip to content

Instantly share code, notes, and snippets.

@kafeltz
Last active March 15, 2020 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kafeltz/c42b324dea84f9b7d670651db3a6896b to your computer and use it in GitHub Desktop.
Save kafeltz/c42b324dea84f9b7d670651db3a6896b to your computer and use it in GitHub Desktop.
bash_profile
alias ll='ls -lah -G'
alias gt='git status'
alias gd='git diff'
alias gb='git branch'
alias gla='git log --decorate --all --graph --stat'
alias gl='git log --decorate --graph --stat'
alias gf='git fetch --all'
export PATH="$(yarn global bin):$PATH"
export PATH=$PATH:/usr/local/go/bin
ssh-add -K ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment