1
0
Fork 0
env/.install/zsh-autosuggestions.sh

11 lines
233 B
Bash
Raw Normal View History

2018-09-22 20:43:47 +08:00
#!/bin/sh
set -e
. "$(dirname "$0")"/../.versions
2018-09-22 20:43:47 +08:00
echo
echo "Installing zsh-autosuggestions..."
echo
2019-09-29 17:49:39 +08:00
git clone --depth 1 -b v$ZSH_AUTOSUGGESTIONS_VERSION https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions