diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_editor')
| -rw-r--r-- | home/dot_local/share/bin/executable_editor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_editor b/home/dot_local/share/bin/executable_editor index d4bf664..277fbec 100644 --- a/home/dot_local/share/bin/executable_editor +++ b/home/dot_local/share/bin/executable_editor @@ -1,2 +1,2 @@ -#!/bin/sh +#!/usr/bin/env sh exec nvim -p "$@" |