Skip to content

Instantly share code, notes, and snippets.

@teadur
Last active September 24, 2017 19:05
Show Gist options
  • Save teadur/78cc36c4ffbbe19aca63d4b48ddf7bb0 to your computer and use it in GitHub Desktop.
Save teadur/78cc36c4ffbbe19aca63d4b48ddf7bb0 to your computer and use it in GitHub Desktop.
.bashrc
# add to end
export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[ $(tput sgr0)\]"
export HISTSIZE=50000
export HISTTIMEFORMAT="%F %T "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment