diff options
author | Johannes Stolp <jstolp@vgfr65cs2.internal.synopsys.com> | 2016-05-30 09:03:28 +0200 |
---|---|---|
committer | Johannes Stolp <jstolp@vgfr65cs2.internal.synopsys.com> | 2016-05-30 09:03:28 +0200 |
commit | 1d92750bcf7675cd7e702e9df86cf9b5d88ab09b (patch) | |
tree | 33f1f924da4187c3a44a25fb1eff5dc5e6577b45 /.bashrc.files/bash_prompt | |
parent | a7aacc32c95cef6033ebb4cd02c425bc35897fbb (diff) | |
download | dotfiles-1d92750bcf7675cd7e702e9df86cf9b5d88ab09b.tar.gz dotfiles-1d92750bcf7675cd7e702e9df86cf9b5d88ab09b.zip |
renamed .bashrc folder
Diffstat (limited to '.bashrc.files/bash_prompt')
-rw-r--r-- | .bashrc.files/bash_prompt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc.files/bash_prompt b/.bashrc.files/bash_prompt new file mode 100644 index 0000000..dcdbd74 --- /dev/null +++ b/.bashrc.files/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)\]" |