dotfiles

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

commit 7d14eabc576f0c0fe89dcb08ef0f3c4758a7e100
parent c2545138503e0e1b117008d7f2bc023b24389060
Author: Ed van Bruggen <ed@edryd.org>
Date:   Thu, 28 Sep 2017 22:13:02 -0700

bash: Auto sett for git repos

Diffstat:
bashrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

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