From a7aacc32c95cef6033ebb4cd02c425bc35897fbb Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 29 May 2016 23:28:42 +0200 Subject: added .bashrc folder containing LS_COLORS and bash prompt added header to own files --- .bashrc/bash_prompt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .bashrc/bash_prompt (limited to '.bashrc/bash_prompt') diff --git a/.bashrc/bash_prompt b/.bashrc/bash_prompt new file mode 100644 index 0000000..dcdbd74 --- /dev/null +++ b/.bashrc/bash_prompt @@ -0,0 +1,4 @@ +# dotfiles -- .bashrc/bash_prompt +# author: johannst + +export PS1="\[\033[38;5;88m\]::\[$(tput sgr0)\]\[\033[38;5;202m\]\u\[$(tput sgr0)\]\[\033[38;5;88m\]::\[$(tput sgr0)\]\[\033[38;5;208m\]\H\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;7m\]-\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;226m\]\t\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;7m\]-\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;89m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\]\n\[$(tput sgr0)\]\[\033[38;5;7m\][\[$(tput sgr0)\]\[\033[38;5;214m\]\$?\[$(tput sgr0)\]\[\033[38;5;7m\]]\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;67m\]\\$>\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]" -- cgit v1.2.3