diff options
author | johannst <stoelp@eit.uni-kl.de> | 2016-10-18 18:56:56 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2016-10-18 18:56:56 +0200 |
commit | 754eaf7d1717e17724163cf48b259cc3afd95bc2 (patch) | |
tree | bfa8c08a69ec5918d97e1c0a0d43e2aad888b9e5 | |
parent | ecfd498c379683d344468e8160a18adcc611b341 (diff) | |
download | dotfiles-754eaf7d1717e17724163cf48b259cc3afd95bc2.tar.gz dotfiles-754eaf7d1717e17724163cf48b259cc3afd95bc2.zip |
added seperator in bashrc, had struggle with line wrapping und non-printable chars
added automatic session save/restore and split maximization in vimrc
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |