This commit is contained in:
Ray Elliott 2026-02-10 01:25:16 +00:00
parent 89f51d3b98
commit 20f019d803
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
!/bin/sh
ALIASES_BLACK='\033[0;30m' # Black
ALIASES_RED='\033[0;31m' # Red
ALIASES_GREEN='\033[0;32m' # Green
@ -30,7 +30,6 @@ 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 ns4b,user.comment:comment'
alias pc='pcmanfm . & disown'