feat: set EDITOR=nvim before tmux starts inside podman
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
tmux new-session -s "$1"
|
||||
EDITOR=nvim tmux new-session -s "$1"
|
||||
|
Reference in New Issue
Block a user