Make copy_dotfiles POSIX, simplify zsh files, minor nvim changes

This commit is contained in:
2025-11-15 00:09:26 -06:00
parent f1700e1d3d
commit 7ef1d2f391
8 changed files with 63 additions and 61 deletions

View File

@@ -39,7 +39,7 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh" # may already be set, set anyway
export GIT_EDITOR="$EDITOR"
# obsidian
export OBSIDIAN_WORKSPACES_TO_CONFIGURE=("$DIR_NOTES")
export OBSIDIAN_WORKSPACES_TO_CONFIGURE="$DIR_NOTES," # ,-delimitted list of dirs
# reaper
export DIR_REAPER_PORTABLE_SHARED="$DIR_USER_OPT/reaper-portable/shared"