Skip to content

Instantly share code, notes, and snippets.

@ivanlesko
Created December 14, 2014 05:42
Show Gist options
  • Save ivanlesko/78e0c5afc49feb3bf10f to your computer and use it in GitHub Desktop.
Save ivanlesko/78e0c5afc49feb3bf10f to your computer and use it in GitHub Desktop.
Better .bash_profile
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