aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/aliasrc
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-07-30 20:46:57 +0300
committerawy <awy@awy.one>2025-07-30 20:46:57 +0300
commitf8e9cae4265f5dae8bd8f7eb2807c916e937f53b (patch)
tree227996dc83d61a7b1d096e190a7be4536066b5e3 /.config/shell/aliasrc
parent939a2ae42b54b4a45cc653795c064fb575a88a67 (diff)
downloadhyprdots-f8e9cae4265f5dae8bd8f7eb2807c916e937f53b.tar.gz
theming & skim instead of fzf
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r--.config/shell/aliasrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index f875a05..3da1d51 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -11,7 +11,7 @@ for command in mount umount dinitctl pacman updatedb su shutdown poweroff reboot
done; unset command
se() {
- choice="$(fd . --base-directory=$HOME/.local/bin -t f --min-depth=1 | fzf)"
+ choice="$(fd . --base-directory=$HOME/.local/bin -t f --min-depth=1 | sk)"
[ -f "$HOME/.local/bin/$choice" ] && $EDITOR "$HOME/.local/bin/$choice"
}