|
|
@ -117,6 +117,9 @@ if [[ $#h -gt 0 ]]; then
|
|
|
|
zstyle ':completion:*:ssh:*' hosts $h
|
|
|
|
zstyle ':completion:*:ssh:*' hosts $h
|
|
|
|
zstyle ':completion:*:slogin:*' hosts $h
|
|
|
|
zstyle ':completion:*:slogin:*' hosts $h
|
|
|
|
fi
|
|
|
|
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
|
|
|
|
# Initialize the autocompletion
|
|
|
|
autoload -Uz compinit && compinit -i
|
|
|
|
autoload -Uz compinit && compinit -i
|
|
|
|