diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-01-17 09:15:20 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-01-17 09:15:20 +0100 |
commit | 0e4c32bc4e931c680b0933286f8b5c506f98f1c2 (patch) | |
tree | 7fe0bd15d731584d39d9a5937c0bc7e890a04d26 /bashrc | |
parent | 8bee428d6399f665b8a6123c4298de2ac5d7ac42 (diff) | |
download | dotfiles-0e4c32bc4e931c680b0933286f8b5c506f98f1c2.tar.gz dotfiles-0e4c32bc4e931c680b0933286f8b5c506f98f1c2.zip |
Added new PS1 to bashrc
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -64,16 +64,30 @@ BCol_NoColor='\e[m' BCol_DarkRed='\e[38;5;88m' BCol_DarkOrange='\e[38;5;202m' BCol_LightOrange='\e[38;5;208m' -BCol_LightGray='\e[38;5;7m' +#BCol_LightGray='\e[38;5;7m' BCol_Yellow='\e[38;5;226m' BCol_LightBlue='\e[38;5;74m' BCol_BlueGray='\e[38;5;67m' BCol_YellowOrange='\e[38;5;214m' +BCol_BrightRed='\e[38;5;196m' +BCol_DarkGray='\e[38;5;242m' +BCol_MediumGray='\e[38;5;246m' +BCol_LightGray='\e[38;5;252m' +BCol_DarkBlue='\e[38;5;26m' + +BCol_BrightGreen='\e[38;5;40m' + #}}} #{{{ bash prompt -export PS1="\[${BCol_DarkRed}\]::\[${BCol_DarkOrange}\]\u\[${BCol_DarkRed}\]::\[${BCol_LightOrange}\]\H\[${BCol_LightGray}\] - \[${BCol_Yellow}\]\t\[${BCol_LightGray}\] - \[${BCol_LightBlue}\]\w\n\[${BCol_NoColor}\][\[${BCol_YellowOrange}\]\${?}\[${BCol_NoColor}\]] \[${BCol_BlueGray}\]>>\[${BCol_NoColor}\] " +#export PS1="[\s] \[${BCol_DarkRed}\]::\[${BCol_DarkOrange}\]\u\[${BCol_DarkRed}\]::\[${BCol_LightOrange}\]\H\[${BCol_LightGray}\]:$(tty) - \[${BCol_Yellow}\]\t\[${BCol_LightGray}\] - \[${BCol_LightBlue}\]\w\n\[${BCol_NoColor}\][\[${BCol_YellowOrange}\]\${?}\[${BCol_NoColor}\]] \[${BCol_BlueGray}\]>>\[${BCol_NoColor}\] " +# \s shell type +export PS1="\[${BCol_BrightRed}\]::\[${BCol_MediumGray}\]\u\[${BCol_BrightRed}\]::\[${BCol_LightGray}\]\H\[${BCol_BrightRed}\]:\[${BCol_DarkGray}\]$(tty) \[${BCol_LightGray}\] - \[${BCol_DarkBlue}\]\w\n\ +\[${BCol_NoColor}\][\[${BCol_BrightGreen}\]\${?}\[${BCol_NoColor}\]] \$>\[${BCol_NoColor}\] " +#✓ +#✗ + #}}} #{{{ ls colors |