tmux: ensure env vars are set in helpers
This commit is contained in:
parent
870ff77a1e
commit
558c7936b1
2 changed files with 22 additions and 2 deletions
|
@ -23,7 +23,7 @@ _nvim_socket="$XDG_RUNTIME_DIR/nvim-persistent.sock"
|
|||
(tmux select-window -t nvim 2>/dev/null && tmux select-pane -t 0) && exec nvim --server "$_nvim_socket" --remote "$_file"
|
||||
|
||||
# nvim is not running/listening on remote socket, so start it.
|
||||
tmux new-window -S -t 1001-n nvim \
|
||||
tmux new-window -S -t 43 -n nvim \
|
||||
-e "AR=$AR" \
|
||||
-e "AS=$AS" \
|
||||
-e "BUILD_COMMAND=$BUILD_COMMAND" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue