main
Micke Nordin 6 months ago
parent c34e661986
commit 9e804bd837
Signed by: micke
GPG Key ID: 0DA0A7A5708FE257

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

Loading…
Cancel
Save