nixos-config/.local/scripts/open-nvim

4 lines
75 B
Bash
Executable File

#!/usr/bin/env bash
[ -e "$1" ] && terminator -p programming -x nvim "$1"