mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-17 15:25:48 +00:00
refactor: change regex to remove everything before a ***github.com/foo/bar
This commit is contained in:
parent
b4c4023e16
commit
aff893c05b
@ -407,7 +407,7 @@ function _fisher_fishfile_format -a pkgs
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
function normalize(s) {
|
function normalize(s) {
|
||||||
gsub(/^[ \t]*(https?:\/\/)?(github\.com\/)?|[\/ \t]*$/, "", s)
|
gsub(/^[ \t]*(https?:\/\/)?(.*github\.com\/)?|[\/ \t]*$/, "", s)
|
||||||
sub(/^\.\//, PWD"/", s)
|
sub(/^\.\//, PWD"/", s)
|
||||||
sub(HOME, "~", s)
|
sub(HOME, "~", s)
|
||||||
return s
|
return s
|
||||||
|
Loading…
Reference in New Issue
Block a user