summaryrefslogtreecommitdiffstats
path: root/.local/bin/editorcmd
blob: ccd5359a9954eb935bf94acca6e1ae5b3e5bc8ec (plain)
1
2
3
4
#!/bin/sh

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