dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit f16eda789ccc83292254c25328054863c1738a88
parent 0c110bf70f7b29069be2c6f10aacdbef45ec1fd0
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Mon, 17 Nov 2014 21:14:02 -0800

Bash: Fix $PS2

Diffstat:
bashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bashrc b/bashrc @@ -62,7 +62,7 @@ PS1='\[${Blue}\]\u \ # PS1="${Blue}\u@\h${Color_Off}:${Cyan}\w${White}❯❯${Color_Off} " # PS1='C:${PWD////\\\\}>' -PS2="\$" +PS2='\[${White}\]\$\[${Color_Off}\] ' # basic{{{1 export EDITOR='vim'