diff options
author | Johannes Stolp <jstolp@fr65zebu10.internal.synopsys.com> | 2016-06-12 12:47:15 +0200 |
---|---|---|
committer | Johannes Stolp <jstolp@fr65zebu10.internal.synopsys.com> | 2016-06-12 12:47:15 +0200 |
commit | d3501225442d08275d1300e8797d1c15e0025488 (patch) | |
tree | 1a3810db556d5e4e44c2cc53533f020487bd51af /.bashrc/bash_prompt | |
parent | 1d92750bcf7675cd7e702e9df86cf9b5d88ab09b (diff) | |
download | dotfiles-d3501225442d08275d1300e8797d1c15e0025488.tar.gz dotfiles-d3501225442d08275d1300e8797d1c15e0025488.zip |
added substitute shortcut in vim
Diffstat (limited to '.bashrc/bash_prompt')
-rw-r--r-- | .bashrc/bash_prompt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.bashrc/bash_prompt b/.bashrc/bash_prompt deleted file mode 100644 index dcdbd74..0000000 --- a/.bashrc/bash_prompt +++ /dev/null @@ -1,4 +0,0 @@ -# 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)\]" |