Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

@Chasbob
Created August 10, 2018 14:35
Show Gist options
  • Save Chasbob/c631deeaf906cde2a801fb01cca04526 to your computer and use it in GitHub Desktop.
Save Chasbob/c631deeaf906cde2a801fb01cca04526 to your computer and use it in GitHub Desktop.
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[00m\]'
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment