aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/aliasrc
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-18 01:45:10 +0300
committerawy <awy@awy.one>2025-08-18 01:45:10 +0300
commit7784e90b5071f5a82533c9446248b8efd4a949ab (patch)
treebf857f06fe2bd992020dec83376b2d0ddcbfc426 /.config/shell/aliasrc
parent2904911c1f629bfa0ec0397eb6dfd57400d16acf (diff)
downloadhyprdots-7784e90b5071f5a82533c9446248b8efd4a949ab.tar.gz
update
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 39a4a0d..64b5b7e 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 | sk)"
+ choice="$(fd . --base-directory=$HOME/.local/bin -t f --min-depth=1 | fzf)"
[ -f "$HOME/.local/bin/$choice" ] && $EDITOR "$HOME/.local/bin/$choice"
}