dot_testing/builds/utils/sh/cfg

7 lines
98 B
Plaintext
Raw Normal View History

2022-06-25 23:30:58 -05:00
#!/bin/sh
2023-09-23 03:42:22 -05:00
sel="$(find -L ~/dot_testing 2>/dev/null | fzy)"
2022-06-25 23:30:58 -05:00
[ "$?" -eq 1 ] && exit 1
nvim "$sel"