Edit 'fcfg' script
This commit is contained in:
parent
d8a2a48744
commit
bc8bc17515
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find "$HOME"/.config/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"
|
||||
find "$HOME"/.config/ -maxdepth 3 -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user