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
658701c197
dot_testing
/
builds
/
utils
/
sh
/
cfg
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cfg
2022-06-25 23:30:58 -05:00
#!/bin/sh
change everything
2023-09-23 03:42:22 -05:00
sel="$(find -L ~/dot_testing 2>/dev/null | fzy)"
cfg
2022-06-25 23:30:58 -05:00
[ "$?" -eq 1 ] && exit 1
nvim "$sel"