[O] Make autosuggestions not mac-only

This commit is contained in:
Hykilpikonna
2021-09-18 18:18:53 -04:00
parent a1e67cd173
commit 749f534607
2 changed files with 1 additions and 9 deletions
+1
View File
@@ -0,0 +1 @@
source "$SCR/../plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
-9
View File
@@ -15,13 +15,4 @@ if [[ $OSTYPE == 'darwin'* ]]; then
alias java16="${JDK16}/bin/java"
export JAVA_HOME=${JDK11}
export PATH="${JDK11}/bin:$PATH"
# Autosuggestions
autosug="/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh"
if [ -f $autosug ]; then
source $autosug
else
brew install zsh-autosuggestions
source $autosug
fi
fi