Skip to content

Commit

Permalink
fix change path
Browse files Browse the repository at this point in the history
  • Loading branch information
ohgi committed Jun 3, 2018
1 parent bbb841f commit 4a59a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfilesLink.sh
Expand Up @@ -5,7 +5,7 @@ files=(.bashrc .bash_profile .gitignore .gitconfig .gitignore_global .vimrc .spa
for file in ${files[@]}; do
echo $file

ln -sf ~/dotfiles/$file ~/$file
ln -sf $PWD/$file ~/$file
done

source ~/.bash_profile
Expand Down

0 comments on commit 4a59a94

Please sign in to comment.