dotfiles

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

commit 9a83aca1709b6d0c06ede7f5a6eb06ae10c85730
parent 482e73c7cfaa9b61d6d417269a9bcaf2056d3aee
Author: Ed van Bruggen <ed@edryd.org>
Date:   Fri, 22 Dec 2017 22:07:00 -0800

Merge branch 'master' of edryd.org:dotfiles

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

diff --git a/bashrc b/bashrc @@ -64,7 +64,7 @@ $([ \j -gt 0 ] && echo "\j ")\[${White}\]\ PS2='\[${White}\]\$\[${Color_Off}\] ' -PROMPT_COMMAND="git rev-parse --git-dir > /dev/null 2>&1 && sett" +PROMPT_COMMAND="[ -d .git ] && sett" # basic {{{1 export EDITOR='vim'