Adding PC config stuff
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
selected=$(fzf)
|
||||
|
||||
[ -n "$selected" ] && nvim "$selected"
|
||||
Reference in New Issue
Block a user