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
c2d03922a5
dot_testing
/
builds
/
utils
/
sh
/
cfg
7 lines
94 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
sel
=
"
$(
find -L ~/.config 2>/dev/null
|
fzy
)
"
[
"
$?
"
-eq
1
]
&&
exit
1
nvim
"
$sel
"
Reference in New Issue
View Git Blame
Copy Permalink