mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Merge 2d79fbeb411db1233eb33b989f492f5cf8cfd79b into 628ed4dc995f3c09e33c24a01c817c18b1a268af
This commit is contained in:
commit
01fa31007d
@ -14,9 +14,10 @@ for command in mount umount sv pacman updatedb su shutdown poweroff reboot ; do
|
||||
done; unset command
|
||||
|
||||
se() {
|
||||
choice="$(find ~/.local/bin -mindepth 1 -printf '%P\n' | fzf)"
|
||||
[ -f "$HOME/.local/bin/$choice" ] && $EDITOR "$HOME/.local/bin/$choice"
|
||||
}
|
||||
s=("${HOME}/.local/bin/"*)
|
||||
c="$(print -lnr ${s:t:r} | fzf)"
|
||||
[[ "${c}" ]] && "${EDITOR}" ${${(M)s:#*/${c}*}[1]}
|
||||
}
|
||||
|
||||
# Verbosity and settings that you pretty much just always are going to want.
|
||||
alias \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user