Update deb-install.sh

This commit is contained in:
the_4n0nym0u53 2022-02-28 23:01:27 +01:00 committed by GitHub
parent 9f177a06dd
commit 94f0d7dbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fi
echo "Configuring directories..."
cd -- "$(dirname -- $0)"
set -- "zsh"
set -- "scripts" "zsh"
mkdir -p "$HOME/.config/zsh" # Symlink only the individual files instead of the entire directory
sleep 0.5