diff options
author | johannst <johannst@endor> | 2016-05-29 23:28:42 +0200 |
---|---|---|
committer | johannst <johannst@endor> | 2016-05-29 23:28:42 +0200 |
commit | a7aacc32c95cef6033ebb4cd02c425bc35897fbb (patch) | |
tree | 11ee1cbe8e03fb2577570dbfa6c4f697ad12f997 /.bashrc/bash_prompt | |
parent | 526bea9511f2845f15eca7982842a9780e0b78bf (diff) | |
download | dotfiles-a7aacc32c95cef6033ebb4cd02c425bc35897fbb.tar.gz dotfiles-a7aacc32c95cef6033ebb4cd02c425bc35897fbb.zip |
added .bashrc folder containing LS_COLORS and bash prompt
added header to own files
Diffstat (limited to '.bashrc/bash_prompt')
-rw-r--r-- | .bashrc/bash_prompt | 4 |
1 files changed, 4 insertions, 0 deletions
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)\]" |