commit 4f61cd11fcdd3dc8f04fcd51cb3578c8d9007ead from: Andre Mazzotti Bertachini date: Wed Dec 31 10:45:57 2025 UTC Clean-up alias commit - fa474cf0631a4d05ec2025da5632e661df958958 commit + 4f61cd11fcdd3dc8f04fcd51cb3578c8d9007ead blob - 63f075c7eea692d422b744d92c32b3c14f83b051 blob + 9fa679c47603d6cd2ee9bbc52ffca2b6dcb8072b --- .config/shell/alias +++ .config/shell/alias @@ -10,11 +10,6 @@ for command in mount umount emerge su shutdown powerof alias $command="doas $command" done; unset command -se() { - 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. alias \ cp="cp -iv" \