Inherit CONFIG_NAME
properly
This commit is contained in:
parent
3ed877fd42
commit
2959c9bd33
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue