mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Compare commits
2 Commits
01fa31007d
...
723fb01121
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
723fb01121 | ||
|
|
bfe1c0a592 |
@ -14,7 +14,7 @@ for command in mount umount sv pacman updatedb su shutdown poweroff reboot ; do
|
|||||||
done; unset command
|
done; unset command
|
||||||
|
|
||||||
se() {
|
se() {
|
||||||
s=("${HOME}/.local/bin/"*)
|
s=("${HOME}/.local/bin/"**/*(.))
|
||||||
c="$(print -lnr ${s:t:r} | fzf)"
|
c="$(print -lnr ${s:t:r} | fzf)"
|
||||||
[[ "${c}" ]] && "${EDITOR}" ${${(M)s:#*/${c}*}[1]}
|
[[ "${c}" ]] && "${EDITOR}" ${${(M)s:#*/${c}*}[1]}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user