dot_testing/builds/utils/sh/cfg
2023-09-23 03:42:22 -05:00

7 lines
98 B
Bash
Executable File

#!/bin/sh
sel="$(find -L ~/dot_testing 2>/dev/null | fzy)"
[ "$?" -eq 1 ] && exit 1
nvim "$sel"