small tweaks for the home server; improved monitor detection; i3 "game" workspace; local plugin detection improvement; help docs; etc
This commit is contained in:
@ -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
|
||||
))
|
||||
|
||||
#####################################################################
|
||||
|
Reference in New Issue
Block a user