small tweaks for the home server; improved monitor detection; i3 "game" workspace; local plugin detection improvement; help docs; etc

This commit is contained in:
2024-06-26 18:42:33 -06:00
parent 37b562b5c9
commit cebedf3e07
7 changed files with 36 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#####################################################################
ZSH_PLUGINS+=($(
find "$HOME/.local/zsh" -type f 2>/dev/null
find "$(readlink -f -- "$HOME/.local/zsh")" -type f 2>/dev/null
))
#####################################################################