Skip to content

Instantly share code, notes, and snippets.

@GuyHarwood
Last active March 10, 2017 08:00
Show Gist options
  • Save GuyHarwood/7f14cf079a5ebde4de06a9ce5ffcd994 to your computer and use it in GitHub Desktop.
Save GuyHarwood/7f14cf079a5ebde4de06a9ce5ffcd994 to your computer and use it in GitHub Desktop.
Current Bash Profile
git_branch='`git rev-parse --abbrev-ref HEAD 2> /dev/null | sed s/^/\ \|\ /`'
#emojis=(๐Ÿธ ๐Ÿจ ๐Ÿป ๐Ÿฎ ๐Ÿต ๐Ÿผ ๐Ÿง ๐Ÿ ๐Ÿข ๐Ÿ™ ๐Ÿ  ๐Ÿณ ๐Ÿฌ ๐Ÿฅ )
#emoji='`echo ${emojis[$RANDOM % 22]}`'
#PS1="\[$(tput bold)\]\[\033[38;5;39m\]\w\[$(tput sgr0)\] (\W$git_branch) ๐Ÿ‘ ๐Ÿ’จ > \[\e[0m\]"
export PS1="\[$(tput bold)\]\[\033[38;5;39m\]\w\[$(tput sgr0)\] (\W$git_branch)> \[\e[0m\]"
#PS1="\[$(tput bold)\]\[\033[38;5;39m\]\w\[$(tput sgr0)\] (\W$git_branch) ๐Ÿ‘ ๐Ÿ’จ >"
alias ls='ls -GFhla'
#load nvm
export NVM_DIR="/Users/guy/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment