From 5800c03b675c4ae399f6b724596d7023b19475d2 Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Tue, 9 Oct 2018 00:49:18 -0700 Subject: [PATCH] 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`. --- fisher.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fisher.fish b/fisher.fish index 24c43d7..f19f584 100644 --- a/fisher.fish +++ b/fisher.fish @@ -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