From b97eff3d4760435ab852eb1673f44df2f6b21905 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 22 Apr 2020 19:44:42 -0400 Subject: specific larbs location for cd fix --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2ca5f1f..6b5af8a 100644 --- a/config.h +++ b/config.h @@ -25,4 +25,4 @@ static char delim = '|'; // Have dwmblocks automatically recompile and run when you edit this file in // vim with the following line in your vimrc/init.vim: -// autocmd BufWritePost */dwmblocks/config.h !sudo make install && { killall -q dwmblocks;setsid dwmblocks & } +// autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid dwmblocks & } -- cgit v1.2.3