From 38aca8584286842dd99dc8f28e3d44a4c743d3bc Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 27 May 2023 10:10:55 +0200 Subject: Besseres Setup für Auto-Vervollständigung MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 50f66b6..65c9a59 100755 --- a/install.sh +++ b/install.sh @@ -17,9 +17,10 @@ cp -R nvim "$CONFIG" cp zsh/zshenv ~/.zshenv mkdir -p "$CONFIG/zsh" -cp zsh/zshrc "$CONFIG/zsh/.zshrc" -cp zsh/aliases "$CONFIG/zsh/aliases" -cp zsh/prompt "$CONFIG/zsh/prompt" +cp zsh/zshrc "$CONFIG/zsh/.zshrc" +cp zsh/aliases "$CONFIG/zsh/aliases" +cp zsh/prompt "$CONFIG/zsh/prompt" +cp zsh/completion "$CONFIG/zsh/completion" # git cp git/gitconfig ~/.gitconfig -- cgit v1.3