From 22ff857994ebccb22ed82b185c63057b9a0a80c2 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 21 Feb 2025 13:34:52 -0500 Subject: [PATCH] AM autocomplete --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index e0c3355..5e14ab2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -43,3 +43,8 @@ export EDITOR=emacs # Daisy build toolkit GCC_PATH=~/dev/gcc-arm-none-eabi-10-2020-q4-major/bin export PATH=$GCC_PATH:$PATH + +# AM auto complete +autoload bashcompinit +bashcompinit +source "/home/aqua/.local/share/bash-completion/completions/am"