From f8e9cae4265f5dae8bd8f7eb2807c916e937f53b Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 30 Jul 2025 20:46:57 +0300 Subject: theming & skim instead of fzf --- .config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/aliasrc') 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" } -- cgit v1.2.3