Fix improperly shebang'd file

This commit is contained in:
Ben Kreeger 2023-06-28 16:45:33 +00:00 committed by GitHub
parent 35f3b784ad
commit 3a356028a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#/usr/bin/env bash #!/usr/bin/env bash
# Setup script. # Setup script.
if [[ ! -d "$HOME/.zsh" ]]; then if [[ ! -d "$HOME/.zsh" ]]; then