Add check to pastoggle, stop NVIM LanguageClient from autostarting

This commit is contained in:
mitchell 2021-05-02 15:49:38 -04:00
parent 0b59029492
commit 47b2f8254b
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,9 @@ function pastoggle -d 'Toggle the pulseaudio server between pc.lan and laptop.la
set remote 'pc.lan'
end
ssh $remote true
or return $status
if test -f "$config"
rm $config
and systemctl --user restart pulseaudio.service