mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +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
|
||||
|
||||
se() {
|
||||
s=("${HOME}/.local/bin/"*)
|
||||
s=("${HOME}/.local/bin/"**/*(.))
|
||||
c="$(print -lnr ${s:t:r} | fzf)"
|
||||
[[ "${c}" ]] && "${EDITOR}" ${${(M)s:#*/${c}*}[1]}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user