dot_testing/sh/repos

7 lines
79 B
Plaintext
Raw Normal View History

2022-06-26 00:09:58 -05:00
#!/bin/sh
sel="$(ls ~/git | fzy)"
[ "$?" -eq 1 ] && exit 1
nvim ~/git/"$sel"