From b2aa149d436d40d68aadc27e972a55b5dbff5c22 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 7 Dec 2017 10:48:49 +0000 Subject: [PATCH] Add .bash_additions --- shell/.bash_additions | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell/.bash_additions diff --git a/shell/.bash_additions b/shell/.bash_additions new file mode 100644 index 0000000..cb8576a --- /dev/null +++ b/shell/.bash_additions @@ -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)\]"