Add .bash_additions

This commit is contained in:
Dominik V. Salonen 2017-12-07 10:48:49 +00:00
parent 9be0f5e5c3
commit b2aa149d43
1 changed files with 7 additions and 0 deletions

7
shell/.bash_additions Normal file
View File

@ -0,0 +1,7 @@
#
# Additions for bash shell.
# Include at the end of .bashrc (Or .profile)
#
# Custom prompt
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\]\h\[$(tput setaf 7)\] - \[$(tput setaf 1)\]\u\[$(tput setaf 7)\] - \[$(tput setaf 4)\]\W \[$(tput setaf 7)\]\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]"