Trim https:// before github.com/ in _fisher_fmt

pull/535/head
Jorge Bucaran 5 years ago
parent 0b1f270361
commit 8b5a422999
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -115,7 +115,7 @@ function _fisher_ls
end
function _fisher_fmt
command sed "s|^[[:space:]]*||;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|^https*:/*||;s|^github\.com/||;s|/*\$||"
end
function _fisher_help

Loading…
Cancel
Save