Skip to content

Instantly share code, notes, and snippets.

@jgermade
Created October 9, 2014 15:15
Show Gist options
  • Save jgermade/eafe20b8f5c394968380 to your computer and use it in GitHub Desktop.
Save jgermade/eafe20b8f5c394968380 to your computer and use it in GitHub Desktop.
.bashrc
# at the end
unset color_prompt force_color_prompt
export PS1='\[\033[01;33m\] \w\[\033[32m\] $(__git_ps1 "(%s)") \[\033[01;34m\]$\[\033[00m\] '
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
source "$HOME/bin/custom-script.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment