Created
December 14, 2014 05:42
-
-
Save ivanlesko/78e0c5afc49feb3bf10f to your computer and use it in GitHub Desktop.
Better .bash_profile
This file contains 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
export PATH=/bin:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$PATH | |
export EDITOR='subl -w' | |
export PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/~}\007"' | |
export PS1='⚡ ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment