We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748a4f2 commit 79b2d47Copy full SHA for 79b2d47
os/osx/index.sh
@@ -19,8 +19,8 @@ sh "$osx/defaults.sh"
19
# sh "$dirname/apps.sh"
20
21
# Symlink the profile
22
-if [[ ! -e "$HOME/jazz_profile" ]]; then
23
- symlink "$osx/profile.sh" "$HOME/jazz_profile"
+if [[ ! -e "$HOME/.bash_profile" ]]; then
+ symlink "$osx/profile.sh" "$HOME/.bash_profile"
24
else
25
- echo "$HOME/jazz_profile already exists. remove and run again."
+ echo "$HOME/.bash_profile already exists. remove and run again."
26
fi
0 commit comments