Inherit CONFIG_NAME properly

This commit is contained in:
Manuel Thalmann 2024-11-03 23:41:32 +01:00
parent ed35546f7f
commit 8729b8ed76

View file

@ -33,7 +33,7 @@ function runSetupUserAction -V dir
set -l cmdline (cat /proc/$fish_pid/cmdline | string split0)
if [ -z "$TMUX" ]
tmux new-session $cmdline
tmux new-session -e "CONFIG_NAME=$CONFIG_NAME" $cmdline
else
source "$dir/settings.fish"
set -l sudoConfig "/etc/sudoers.d/PortValhalla"