Rework profile/env for shells

This commit is contained in:
2025-11-14 18:05:39 -06:00
parent 52610e056a
commit f1700e1d3d
13 changed files with 72 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# trying the "portable install" option; using this launch script to point to that
source "$XDG_CONFIG_HOME/zsh/.zshenv"
. $XDG_CONFIG_HOME/profile
reaper_portable_exec_linux="$DIR_REAPER_PORTABLE_LINUX/REAPER/reaper"
[[ ! -x "$reaper_portable_exec_linux" ]] && {