This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
dot_testing
Watch
1
Star
0
Fork
You've already forked dot_testing
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
4747fbc237
dot_testing
/
sh
/
repos
7 lines
79 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
sel
=
"
$(
ls ~/git
|
fzy
)
"
[
"
$?
"
-eq
1
]
&&
exit
1
nvim ~/git/
"
$sel
"
Reference in New Issue
View Git Blame
Copy Permalink