diff options
author | Blubber <f2005278@mvrht.com> | 2016-10-18 23:41:51 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-10-18 23:41:51 +0200 |
commit | 449186bb8bb51e462ec35b9d420afc14383016df (patch) | |
tree | a03b019354594de2e6db8f4a40cbd80868f258c9 | |
parent | 754eaf7d1717e17724163cf48b259cc3afd95bc2 (diff) | |
download | dotfiles-449186bb8bb51e462ec35b9d420afc14383016df.tar.gz dotfiles-449186bb8bb51e462ec35b9d420afc14383016df.zip |
fixed small bug
-rw-r--r-- | Xresources | 2 | ||||
-rw-r--r-- | bashrc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -! dotfiles -- .Xresources +! dotfiles -- Xresources ! author: johannst !XTerm*font: 9x15 @@ -34,7 +34,7 @@ BCol_YellowOrange='\e[38;5;214m' #}}} #{{{ 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="\[${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}\] " #}}} #{{{ ls colors |