Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-03-05 01:59:53 -08:00
commit 590916fdfc
2 changed files with 2 additions and 1 deletions

2
.zshrc
View file

@ -144,7 +144,7 @@
dupd='docker-compose up -d' \
ddwn='docker-compose down' \
dc='docker-compose' \
occ='docker exec -it nextcloud occ' \
occ='docker exec -u www-data nextcloud php occ' \
# file copying with a progress bar
alias cpv="rsync -ah --info=progress2"