commit b8c4932805e7015b64226c75029d25712f06dcf2 parent 46bab23cf4d08a96316982fd63b5883f8afc9b34 Author: awy <awy@awy.one> Date: Fri, 25 Jul 2025 23:47:33 +0300 tidy Diffstat:
M | .config/shell/aliasrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc @@ -11,8 +11,8 @@ for command in mount umount dinitctl pacman updatedb su shutdown poweroff reboot done; unset command se() { - choice="$(find ~/.local/bin -mindepth 1 -printf '%P\n' | fzf)" - [ -f "$HOME/.local/bin/$choice" ] && $EDITOR "$HOME/.local/bin/$choice" + choice="$(find ~/.local/bin -mindepth 1 -printf '%P\n' | fzf)" + [ -f "$HOME/.local/bin/$choice" ] && $EDITOR "$HOME/.local/bin/$choice" } # Verbosity and settings that you pretty much just always are going to want.