diff --git a/fisher.fish b/fisher.fish index a83ea42..e01b1cc 100644 --- a/fisher.fish +++ b/fisher.fish @@ -376,7 +376,7 @@ function _fisher_fishfile_format -a pkgs } } function normalize(s) { - gsub(/^[ \t]*(https?:\/\/)?(github\.com\/)?|[\/ \t]*$/, "") + gsub(/^[ \t]*(https?:\/\/)?(github\.com\/)?|[\/ \t]*$/, "", s) sub(/^\.\//, PWD"/", s) sub(HOME, "~", s) return s