Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
590916fdfc
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
ca = commit -a
|
||||
caam = commit -a --amend
|
||||
cam = commit --amend
|
||||
caps = !git commit -a && git push
|
||||
ch = checkout
|
||||
d = diff
|
||||
lg = log
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue