zsh: new occ alias
This commit is contained in:
parent
e627a66799
commit
4fd65d90a8
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -144,7 +144,7 @@
|
|||
dupd='docker-compose up -d' \
|
||||
ddwn='docker-compose down' \
|
||||
dc='docker-compose' \
|
||||
occ='docker exec -it -u www-data nextcloud php occ' \
|
||||
occ='docker exec -it nextcloud occ' \
|
||||
|
||||
# file copying with a progress bar
|
||||
alias cpv="rsync -ah --info=progress2"
|
||||
|
|
Loading…
Add table
Reference in a new issue