utils/sh/repos

7 lines
79 B
Bash
Executable File

#!/bin/sh
sel="$(ls ~/git | fzy)"
[ "$?" -eq 1 ] && exit 1
nvim ~/git/"$sel"