Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@laverix
Created November 13, 2017 13:21
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 laverix/8739ef23ae8cbdc6d4c817938c5f1ec4 to your computer and use it in GitHub Desktop.
Save laverix/8739ef23ae8cbdc6d4c817938c5f1ec4 to your computer and use it in GitHub Desktop.
bash prompt
export CLICOLOR=1
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
#fortune | cowsay -f tux
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment