From 754eaf7d1717e17724163cf48b259cc3afd95bc2 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 18 Oct 2016 18:56:56 +0200 Subject: added seperator in bashrc, had struggle with line wrapping und non-printable chars added automatic session save/restore and split maximization in vimrc --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3