Skip to content

Instantly share code, notes, and snippets.

@kirkbushell
Created May 22, 2013 22:40
Show Gist options
  • Save kirkbushell/5631528 to your computer and use it in GitHub Desktop.
Save kirkbushell/5631528 to your computer and use it in GitHub Desktop.
Bash profile colours/settings.etc.
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
source "$HOME/.bash_aliases"
LS_COLORS='di=1:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:*.deb=90'
PROMPT_COMMAND='echo -ne "\033]0;${HOSTNAME}: ${PWD}\007"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment