Add proxy
This commit is contained in:
parent
c34e661986
commit
9e804bd837
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue