Inherit CONFIG_NAME
properly
This commit is contained in:
parent
5bb792cb37
commit
617a6e9620
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