Modified _home.macos

This commit is contained in:
Lockszmith (@VAST) 2025-02-20 23:41:12 -05:00
parent 02bfe0d0dd
commit 2e17bae9d0
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
alias l='ls -lahF --color=auto '
alias lu='l -U '
alias lold='l -t '
alias lnew='l -tr '
alias ll='l -A'
alias sudo='sudo '