trying to fix a issue with find

This commit is contained in:
staticsafe 2012-03-29 13:11:11 -04:00
parent 5573aec4e8
commit 60965783d1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ changeshell() {
}
linkfiles() {
find ~/dev/dotfiles -type f -name ".*" -exec ln -s -f {}
find ~/dev/dotfiles -type f -name ".*" -execdir ln -s -f {}
--target-directory=$HOME \;
ln -s ~/dev/dotfiles/.zsh $HOME
ln -s ~/dev/dotfiles/.vim $HOME