[+] 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
+3
View File
@@ -4,3 +4,6 @@
[submodule "plugins/nanorc"]
path = plugins/nanorc
url = https://github.com/hykilpikonna/nanorc
[submodule "plugins/find-the-command"]
path = plugins/find-the-command
url = https://github.com/pkasemir/find-the-command
+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