Skip to content

Commit 79b2d47

Browse files
actual bash_profile
1 parent 748a4f2 commit 79b2d47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

os/osx/index.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ sh "$osx/defaults.sh"
1919
# sh "$dirname/apps.sh"
2020

2121
# Symlink the profile
22-
if [[ ! -e "$HOME/jazz_profile" ]]; then
23-
symlink "$osx/profile.sh" "$HOME/jazz_profile"
22+
if [[ ! -e "$HOME/.bash_profile" ]]; then
23+
symlink "$osx/profile.sh" "$HOME/.bash_profile"
2424
else
25-
echo "$HOME/jazz_profile already exists. remove and run again."
25+
echo "$HOME/.bash_profile already exists. remove and run again."
2626
fi

0 commit comments

Comments
 (0)