This commit is contained in:
Ray Elliott 2023-09-22 13:48:01 +01:00
parent bce62d5249
commit 208921b28b
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ echo -e "Update system with: ${ALIASES_LIGHT_RED}update${ALIASES_NC}"
echo ""
alias backup='sudo borgmatic create --verbosity 1 --files'
alias disk-usage='sudo du -h -d 2 .[^.]* * | sort -h'
alias anki='anki --no-sandbox'
alias cs='lxc list -c ns4s,user.comment:comment'