Inherit CONFIG_NAME
properly
This commit is contained in:
parent
5f345337fa
commit
f10df90b88
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)
|
set -l cmdline (cat /proc/$fish_pid/cmdline | string split0)
|
||||||
|
|
||||||
if [ -z "$TMUX" ]
|
if [ -z "$TMUX" ]
|
||||||
tmux new-session $cmdline
|
tmux new-session -e "CONFIG_NAME=$CONFIG_NAME" $cmdline
|
||||||
else
|
else
|
||||||
source "$dir/settings.fish"
|
source "$dir/settings.fish"
|
||||||
set -l sudoConfig "/etc/sudoers.d/PortValhalla"
|
set -l sudoConfig "/etc/sudoers.d/PortValhalla"
|
||||||
|
|
Loading…
Reference in a new issue