trying to fix a issue with find
This commit is contained in:
parent
5573aec4e8
commit
60965783d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue