summaryrefslogtreecommitdiffstats
path: root/.local/bin/editermcmd
blob: 9a7c8ba7a195e52fa4a96a64f2d6f4dfa65aad54 (plain)
1
2
3
4
#!/bin/sh

pgrep emacs >/dev/null && exec bsdsetsid emacsclient -nw "$@" >/dev/null
exec nvim "$@"