diff options
author | awy <awy@awy.one> | 2025-08-18 01:45:10 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-18 01:45:10 +0300 |
commit | 7784e90b5071f5a82533c9446248b8efd4a949ab (patch) | |
tree | bf857f06fe2bd992020dec83376b2d0ddcbfc426 /.config/shell/aliasrc | |
parent | 2904911c1f629bfa0ec0397eb6dfd57400d16acf (diff) | |
download | hyprdots-7784e90b5071f5a82533c9446248b8efd4a949ab.tar.gz |
update
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 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" } |