Zsh: Fix kill_services in .zlogout

This commit is contained in:
the_4n0nym0u53 2022-02-02 12:14:20 +01:00 committed by GitHub
parent 15b7467799
commit e1b43bc618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
function kill_services {
function kill_services() {
pgrep "^ivpn-service$" && ivpn disconnect
doas pkill "^ivpn-service$"