Skip to content

Instantly share code, notes, and snippets.

@zygisx
Created March 28, 2014 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zygisx/9837272 to your computer and use it in GitHub Desktop.
Save zygisx/9837272 to your computer and use it in GitHub Desktop.
Bash aliases
# to color bash with git branch
GIT_PS1_SHOWDIRTYSTATE=true
PS1='\[\033[32m\]\u:\[\033[00m\]\[\033[34m\]\w\[\033[31m\]$(__git_ps1)\[\033[00m\]\$ '
alias gnome-louncher="gnome-desktop-item-edit ~/apps/ --create-new"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment