8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
|
#!/bin/zsh
|
||
|
#####################################################################
|
||
|
### scwrypts runtime configuration (group 'remote') #################
|
||
|
#####################################################################
|
||
|
|
||
|
# session name for remote connection (default 'remote')
|
||
|
export REMOTE_TMUX_SESSION=
|