Update alias
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-10-07 17:29:31 +02:00
parent b7675d21be
commit 843b617468

2
alias
View file

@ -16,7 +16,7 @@ alias gb='git checkout -b '
alias occ='docker exec -it --user www-data nextcloud_app php occ' alias occ='docker exec -it --user www-data nextcloud_app php occ'
alias socc='docker exec -it --user www-data nextcloud_staging_app php occ' alias socc='docker exec -it --user www-data nextcloud_staging_app php occ'
alias mci='docker exec -i mc rcon-cli' alias mci='docker exec -i mc rcon-cli'
alias mc='docker exec mc rcon-cli' # alias mc='docker exec mc rcon-cli'
alias sa='ssh-agent -k; eval $(ssh-agent) && ssh-add ~/.ssh/*.ed25519' alias sa='ssh-agent -k; eval $(ssh-agent) && ssh-add ~/.ssh/*.ed25519'