7 lines
96 B
Bash
7 lines
96 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export NVIM_LISTEN_ADDRESS=
|
||
|
|
||
|
tmux setenv NVIM_LISTEN_ADDRESS=/tmp/nvim$(uuidgen)
|
||
|
|