Store a list of all linked files under installed.txt

Create a list of installed files that are linked from package installation under `$fisher_config/installed.txt`.
This commit is contained in:
Ashkan Kiani 2018-10-09 00:49:18 -07:00 committed by GitHub
parent 56e45ef18f
commit 5800c03b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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