A bunch of env file changes I lost track of

This commit is contained in:
Lockszmith (@VAST) 2025-04-09 16:28:02 -04:00
parent 8b78292024
commit f1edee97ea
10 changed files with 34 additions and 0 deletions

View 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