Skip to content

Commit

Permalink
install.sh の path の指定が間違っていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyure-A committed May 6, 2022
1 parent 428896c commit 9dbde20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://qiita.com/b4b4r07/items/24872cdcbec964ce2178 の install.sh を採用している
#...

DOTPATH=~/.dotfiles
DOTPATH=~/dotfiles

for f in .??*
do
Expand Down

0 comments on commit 9dbde20

Please sign in to comment.