A bunch of env file changes I lost track of
This commit is contained in:
parent
8b78292024
commit
f1edee97ea
10 changed files with 34 additions and 0 deletions
11
_src.posix/private_dot_config/sz.env/zzb_eza.env
Normal file
11
_src.posix/private_dot_config/sz.env/zzb_eza.env
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
|
||||
|
||||
if is_cmd eza; then
|
||||
|
||||
alias _ls="$(command -v eza) --icons "
|
||||
alias lg="ll --git "
|
||||
|
||||
[[ -n "${DBG}" ]] && echo "assigned eza as ls alias."
|
||||
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue