summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2016-10-18 18:56:56 +0200
committerjohannst <stoelp@eit.uni-kl.de>2016-10-18 18:56:56 +0200
commit754eaf7d1717e17724163cf48b259cc3afd95bc2 (patch)
treebfa8c08a69ec5918d97e1c0a0d43e2aad888b9e5
parentecfd498c379683d344468e8160a18adcc611b341 (diff)
downloaddotfiles-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--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 7ae9276..e0a3991 100644
--- a/bashrc
+++ b/bashrc
@@ -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