utils/sh/repos

7 lines
79 B
Plaintext
Raw Normal View History

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