aboutsummaryrefslogtreecommitdiff
path: root/home/dot_local/share/mode/reload.d/executable_nvim
diff options
context:
space:
mode:
Diffstat (limited to 'home/dot_local/share/mode/reload.d/executable_nvim')
-rw-r--r--home/dot_local/share/mode/reload.d/executable_nvim2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/mode/reload.d/executable_nvim b/home/dot_local/share/mode/reload.d/executable_nvim
index cfabcc7..392fbb1 100644
--- a/home/dot_local/share/mode/reload.d/executable_nvim
+++ b/home/dot_local/share/mode/reload.d/executable_nvim
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
silent_fail_if_no_commmand nvr
nvr --serverlist | while read -r nvim_socket ; do
fork nvr --nostart --servername "$nvim_socket" -c 'source $XDG_CONFIG_HOME/nvim/mode.vim'