[+] find-the-command for archlinux

This commit is contained in:
Azalea Gui
2022-12-27 14:04:03 -05:00
parent 992ea4cf23
commit 6a5ea7cc4b
3 changed files with 8 additions and 0 deletions
+4
View File
@@ -54,4 +54,8 @@ if [ -f "/etc/arch-release" ]; then
conda clean -a
pip cache remove '*'
}
# Command-not-found install prompt
SCRIPTS_DIR="$(dirname "$(dirname "$0")")"
source "$SCRIPTS_DIR/../plugins/find-the-command/usr/share/doc/find-the-command/ftc.zsh"
fi