3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
EDITOR=nvim CONTAINER_CONNECTION=my-remote tmux new-session -s "$1"
|