specific larbs location for cd fix

This commit is contained in:
Luke Smith 2020-04-22 19:44:42 -04:00
parent c76a6c7c1d
commit b97eff3d47
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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 & }