-
-
Save zoeabryant/0a1e27b014425bcbf6850ab6eac8f7e4 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
alias gs="git status" | |
alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl " | |
export NVM_DIR="$HOME/.nvm" | |
. "/usr/local/opt/nvm/nvm.sh" | |
export PATH="$HOME/.yarn/bin:$PATH" | |
eval $(thefuck --alias) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment