fix: replace ln with cp; don't hardlink; close #470

This commit is contained in:
Michiel Scholten 2018-10-10 16:53:40 +02:00 committed by Jorge Bucaran
parent 56e45ef18f
commit 1d82bee9c2

View file

@ -306,7 +306,7 @@ function _fisher_pkg_install -a pkg
end
end
echo "linking $target" | command sed "s|$HOME|~|" >&2
command ln -f $source $target
command cp -f $source $target
switch $target
case \*.fish
source $target >/dev/null 2>/dev/null