mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Add SSH aliases
This commit is contained in:
parent
6e93bfa3b9
commit
5acf4e1e20
1 changed files with 4 additions and 0 deletions
|
|
@ -52,3 +52,7 @@ alias dc="docker-compose"
|
|||
alias dcup="docker-compose up -d"
|
||||
alias dcdown="docker-compose stop"
|
||||
alias dcrm="docker-compose stop && docker-compose rm -f"
|
||||
|
||||
# SSH
|
||||
alias casapps="ssh 10.26.0.80"
|
||||
alias casdb="ssh 10.26.192.133"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue