Addedd missing zza_vivid.env

This commit is contained in:
Lockszmith (@VAST) 2025-04-09 14:27:44 -04:00
parent 623efeb0ba
commit af318fe8c2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd vivid && [ -z "$LS_COLORS" ]; then
export LS_COLORS="$(vivid generate alabaster_dark)"
[[ -n "${DBG}" ]] && echo "LS_COLORS loaded with vivid."
fi