diff options
| -rwxr-xr-x | static/thesiah-mac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah-mac.sh b/static/thesiah-mac.sh index 4811edf..608812f 100755 --- a/static/thesiah-mac.sh +++ b/static/thesiah-mac.sh @@ -156,7 +156,7 @@ putgitrepo "$dotfilesrepo" "$HOME" "$repobranch" && mv "$HOME/$(echo "$dotfilesr rm -rf "$HOME/.git" "$HOME/README.md" "$HOME/LICENSE" "$HOME/FUNDING.yml" "/tmp/programs.csv" # Sync profile -ln -s ~/.dotfiles/shell/profile ~/.zprofile +ln -sf ~/.dotfiles/shell/profile ~/.zprofile # Final finalize |
