Skip to content

Commit f50ffdc

Browse files
committed
Merge pull request square#1 from square/jw/fix-for-ultimate
Copy to the right place for IntelliJ Ultimate editions.
2 parents 2da36f6 + fac3b14 commit f50ffdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
echo "Installing IntelliJ configs..."
55

6-
for i in $HOME/Library/Preferences/IntelliJIdea* $HOME/Library/Preferences/IdeaIC*/codestyles
6+
for i in $HOME/Library/Preferences/IntelliJIdea*/codestyles $HOME/Library/Preferences/IdeaIC*/codestyles
77
do
88
cp -frv $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs/* $i
99
done

0 commit comments

Comments
 (0)