Add proxy

This commit is contained in:
Micke Nordin 2023-12-01 08:33:09 +01:00
parent c34e661986
commit 9e804bd837
Signed by untrusted user who does not match committer: micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -117,6 +117,9 @@ if [[ $#h -gt 0 ]]; then
zstyle ':completion:*:ssh:*' hosts $h
zstyle ':completion:*:slogin:*' hosts $h
fi
if ! pgrep -f "ssh -fND localhost:1080 kano.shell.drive.sunet.se"; then
ssh -fND localhost:1080 kano.shell.drive.sunet.se
fi
# Initialize the autocompletion
autoload -Uz compinit && compinit -i