mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add sshuttle alias
This commit is contained in:
parent
586f235bc6
commit
d3846380aa
1 changed files with 4 additions and 0 deletions
|
|
@ -39,3 +39,7 @@ alias ios='open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
|
||||||
|
|
||||||
# Code Directory
|
# Code Directory
|
||||||
alias code='~/Dropbox/Code'
|
alias code='~/Dropbox/Code'
|
||||||
|
|
||||||
|
# SSHuttle
|
||||||
|
alias tunnel='sshuttle -D --pidfile=/tmp/sshuttle.pid -r abiggs@10.26.0.80 10.26.196.0/24'
|
||||||
|
alias stoptunnel='[[ -f /tmp/sshuttle.pid ]] && kill `cat /tmp/sshuttle.pid`'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue