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

This commit is contained in:
Jorge Bucaran 2019-04-17 02:32:04 +09:00
parent 0b1f270361
commit 8b5a422999
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -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