add auto complete on zsh

This commit is contained in:
2023-10-26 17:24:44 +02:00
parent 7ab6a9a523
commit bc192d1605
5 changed files with 123 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
SCRIPT_DIR="$( cd "$( dirname "$BASH_SOURCE[0]" )" && pwd )"
#deploy auto complete for zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
symlinkFile() {
filename="$SCRIPT_DIR/$1"
destination="$HOME/$2/$1"