dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8217cbc3ad50d0fa6fb026f2d7eb727211528af5
parent 9e3e71e392fc8ea4b04531218bdb31861f03d0fa
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 28 Feb 2019 17:49:08 +0100

Improved global-git-status delete macro


Former-commit-id: 17f482cee2f99bf8b5e1af615f3108cc343af0e3
Diffstat:
Mscripts/global-git-status | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/global-git-status b/scripts/global-git-status @@ -41,6 +41,6 @@ for i in ${gits[@]}; do hr >> $logfile; done echo -vim $logfile -c "g/nothing to commit, working tree clean/norm V?git: ddd" -c "let @d=\"V/# d\"" -c "w|1" +vim $logfile -c "g/nothing to commit, working tree clean/norm V?git: ddd" -c "let @d=\"?^git: V/# d\"" -c "w|1" unset IFS clear \ No newline at end of file