diff options
author | awy <awy@awy.one> | 2025-07-30 20:46:57 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 20:46:57 +0300 |
commit | f8e9cae4265f5dae8bd8f7eb2807c916e937f53b (patch) | |
tree | 227996dc83d61a7b1d096e190a7be4536066b5e3 /.config/shell/aliasrc | |
parent | 939a2ae42b54b4a45cc653795c064fb575a88a67 (diff) | |
download | hyprdots-f8e9cae4265f5dae8bd8f7eb2807c916e937f53b.tar.gz |
theming & skim instead of fzf
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r-- | .config/shell/aliasrc | 2 |
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" } |