Skip to content

Instantly share code, notes, and snippets.

@k06a
Created January 23, 2022 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k06a/60bb54bbf66363025c4725071f47d6fc to your computer and use it in GitHub Desktop.
Save k06a/60bb54bbf66363025c4725071f47d6fc to your computer and use it in GitHub Desktop.
.env
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH=$PATH:$HOME/.cargo/bin
alias stree='/Applications/SourceTree.app/Contents/Resources/stree'
alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'
alias gc='git branch --merged | egrep -v "(^\*|master|main|dev)" | xargs git branch -d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment