diff options
Diffstat (limited to '.local/share/bin/editor')
| -rwxr-xr-x | .local/share/bin/editor | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.local/share/bin/editor b/.local/share/bin/editor new file mode 100755 index 0000000..d4bf664 --- /dev/null +++ b/.local/share/bin/editor @@ -0,0 +1,2 @@ +#!/bin/sh +exec nvim -p "$@" |