3 lines
49 B
Bash
3 lines
49 B
Bash
#!/bin/bash
|
|
EDITOR=nvim tmux new-session -s "$1"
|
#!/bin/bash
|
|
EDITOR=nvim tmux new-session -s "$1"
|