Update dotfiles (2026-02-16 13:30:23)

This commit is contained in:
2026-02-16 13:30:23 +01:00
parent 4b408fec54
commit ba545b73f1
16 changed files with 155 additions and 53 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
#!/bin/zsh
#!/usr/bin/env zsh
VPN="https://anyconnect.vught.nl"
if ( pgrep openconnect > /dev/null ); then
pkill openconnect
if [[ $(pgrep openconnect) ]]; then
pkill openconnect
else
openconnect-sso --server $VPN
openconnect-sso --server $VPN
fi