Skip to content

Instantly share code, notes, and snippets.

@dannypotts
Created May 27, 2016 17:43
Show Gist options
  • Save dannypotts/504e9cd4f90a47876ecda0fd37cf953e to your computer and use it in GitHub Desktop.
Save dannypotts/504e9cd4f90a47876ecda0fd37cf953e to your computer and use it in GitHub Desktop.
.bashrc
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias top='htop'
export PS1="\[\033[38;5;45m\]\u\[$(tput sgr0)\]\[\033[38;5;47m\]@\[$(tput sgr0)\]\[\033[38;5;196m\]\h\[$(tput sgr0)\]\[\033[38;5;48m\]:\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;11m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;196m\]\\$\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]"
echo ''
echo 'Hello Danny'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment