bug: fix name format regex; close #506

pull/508/head
Jorge Bucaran 6 years ago
parent 2c7197bdfb
commit 64a812e90e
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -237,7 +237,7 @@ function _fisher_commit -a cmd
end
function _fisher_fmt
command sed "s|^[ \t]*||;s|^$fisher_config/||;s|^$HOME|~|;s|^\.\/|$PWD/|;s|^github\.com/||;s|^https*://||;s|/*\$||"
command sed "s|^[[:space:]]*||;s|^$fisher_config/||;s|^$HOME|~|;s|^\.\/|$PWD/|;s|^github\.com/||;s|^https*://||;s|/*\$||"
end
function _fisher_read -a cmd

Loading…
Cancel
Save