prepare for symclone.
From now on, _src.posix will be the single source of truth. And _home(.*) will symlink into it.
This commit is contained in:
parent
5e26df3f9b
commit
44b03e8724
47 changed files with 58 additions and 0 deletions
9
_src.posix/private_dot_config/sz.env/aliases.env
Normal file
9
_src.posix/private_dot_config/sz.env/aliases.env
Normal 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 --group-directories-first '
|
||||
alias lu='l -U '
|
||||
alias lold='l --sort=time '
|
||||
alias lnew='l --sort=time --reverse '
|
||||
alias ll='l -A'
|
||||
|
||||
alias sudo='sudo '
|
Loading…
Add table
Add a link
Reference in a new issue