feat: add rel alias for git_ops.release

This commit is contained in:
Inhji 2020-05-16 10:52:46 +02:00
parent fd920c28f5
commit 02ed370f0a
1 changed files with 2 additions and 1 deletions

View File

@ -28,10 +28,11 @@ alias trz="trezor-agent"
# Elixir
alias phx="iex -S mix phx.server"
alias rel="mix git_ops.release"
# SSH
alias tunnel="ssh -R 4444:localhost:4000 root@inhji.de"
alias inhji="ssh root@inhji.de"
# finds biggest file in current directory
alias ducks="du -hs * | sort -rh | head -5"
alias ducks="du -hs * | sort -rh | head -5"