update tunnel alias

This commit is contained in:
Inhji 2019-08-12 15:22:34 +02:00
父節點 779ef149e6
當前提交 0d0a8bec04
共有 1 個文件被更改,包括 3 次插入2 次删除

查看文件

@ -24,11 +24,12 @@ prompt pure
# Load z
. $DOTFILES/z/z.sh
alias r="source ~/.zshrc"
alias r="source ~/.zshrc && echo 'Reloading config!'"
alias up="sudo apt update"
alias i="sudo apt install"
alias trz="trezor-agent"
alias gs="git status"
alias phx="iex -S mix phx.server"
alias tunnel="trz -v root@tunnel.inhji.de -- ssh -R 1337:localhost:4000 root@tunnel.inhji.de"
alias tunnel="ssh -R 4001:localhost:4000 root@inhji.de"