Fix zsh-autosuggestions plugin location on macOS.

This commit is contained in:
2021-08-22 15:34:20 +05:00
parent 8140b2087e
commit 8d0924d5f6
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
OS=`uname`
OS_RELEASE=`uname -r`
OS_ARCH=`uname -m`
# Distro detection.
LSBRELEASE=$(which lsb_release)