diff options
author | Blubber <f2005278@mvrht.com> | 2016-10-16 21:19:39 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-10-16 21:19:39 +0200 |
commit | da1f32b89d0dc9a68539dd9817cc1a669d46ebca (patch) | |
tree | e107615ac4ed350b3532ce49f44f9380a5d53646 /.bashrc.files/bash_prompt | |
parent | 6ed2bbe6656261f40deeb1a524080f24b25185eb (diff) | |
download | dotfiles-da1f32b89d0dc9a68539dd9817cc1a669d46ebca.tar.gz dotfiles-da1f32b89d0dc9a68539dd9817cc1a669d46ebca.zip |
refactored bash settings
Diffstat (limited to '.bashrc.files/bash_prompt')
-rw-r--r-- | .bashrc.files/bash_prompt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.bashrc.files/bash_prompt b/.bashrc.files/bash_prompt deleted file mode 100644 index 9c53c48..0000000 --- a/.bashrc.files/bash_prompt +++ /dev/null @@ -1,12 +0,0 @@ -# dotfiles -- .bashrc/bash_prompt -# author: johannst - -# colors not annotadted in the comments!!! - -# ::user::host - time - path -# [return_code] $> -#export PS1="\[\033[38;5;88m\]::\[$(tty -s && tput sgr0)\]\[\033[38;5;202m\]\u\[$(tty -s && tput sgr0)\]\[\033[38;5;88m\]::\[$(tty -s && tput sgr0)\]\[\033[38;5;208m\]\H\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;7m\]-\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;226m\]\t\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;7m\]-\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;89m\]\w\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\]\n\[$(tty -s && tput sgr0)\]\[\033[38;5;7m\][\[$(tty -s && tput sgr0)\]\[\033[38;5;214m\]\$?\[$(tty -s && tput sgr0)\]\[\033[38;5;7m\]]\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;67m\]\\$>\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]" - -# ::user::host - time - path -# [return_code] >> -export PS1="\[\033[38;5;88m\]::\[$(tty -s && tput sgr0)\]\[\033[38;5;202m\]\u\[$(tty -s && tput sgr0)\]\[\033[38;5;88m\]::\[$(tty -s && tput sgr0)\]\[\033[38;5;208m\]\H\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;7m\]-\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;226m\]\t\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;7m\]-\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;74m\]\w\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\]\n\[$(tty -s && tput sgr0)\]\[\033[38;5;7m\][\[$(tty -s && tput sgr0)\]\[\033[38;5;214m\]\$?\[$(tty -s && tput sgr0)\]\[\033[38;5;7m\]]\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]\[\033[38;5;67m\]>>\[$(tty -s && tput sgr0)\]\[\033[38;5;15m\] \[$(tty -s && tput sgr0)\]" |