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

14 lines
250 B
Bash
Raw Normal View History

2018-09-22 20:43:47 +08:00
#!/bin/sh
set -e
source ./.versions
echo
echo "Installing zsh-autosuggestions..."
echo
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
cd ~/.zsh/zsh-autosuggestions
2019-01-16 00:18:48 +08:00
git checkout v$ZSH_AUTOSUGGESTIONS_VERSION
2018-09-22 20:43:47 +08:00