update tunnel alias

This commit is contained in:
Inhji 2019-08-12 15:22:34 +02:00
parent 779ef149e6
commit 0d0a8bec04
1 changed files with 3 additions and 2 deletions

View File

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