dotfiles/_home/private_dot_config/sz.env/aliases.env

10 lines
252 B
Bash
Raw Permalink Normal View History

2024-09-19 04:31:48 +00:00
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
2024-11-25 02:53:34 +00:00
alias l='ls -lahF --color=auto --group-directories-first '
2024-09-19 04:31:48 +00:00
alias lu='l -U '
alias lold='l --sort=time '
alias lnew='l --sort=time --reverse '
2024-11-25 02:53:34 +00:00
alias ll='l -A'
2024-09-19 04:31:48 +00:00
alias sudo='sudo '