Skip to content

Instantly share code, notes, and snippets.

@kebman
Last active December 24, 2016 03:41
Show Gist options
  • Save kebman/f7fe27620ba95659199c4bef47522960 to your computer and use it in GitHub Desktop.
Save kebman/f7fe27620ba95659199c4bef47522960 to your computer and use it in GitHub Desktop.
The bash profile for my Terminal in Mac OS X Sierra
export PATH=/usr/local/mysql/bin:$PATH
export PS1="\u \\$ \[$(tput sgr0)\]"
alias nj='cd /Users/username/Dropbox/node'
alias home='cd ~'
@kebman
Copy link
Author

kebman commented Dec 24, 2016

Additionally I've added a shortcut for Sublime Text: ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
Note: While most tutorials will show the paths with quotations, it didn't work for me, while paths without quotations did. Also make sure /usr/local/bin is in your path environment (env or echo $PATH).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment