Skip to content

Commit

Permalink
fix: replace ln with cp; don't hardlink; close #470
Browse files Browse the repository at this point in the history
  • Loading branch information
aquatix authored and jorgebucaran committed Oct 10, 2018
1 parent 56e45ef commit 1d82bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fisher.fish
Expand Up @@ -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
Expand Down

0 comments on commit 1d82bee

Please sign in to comment.