mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-11 01:10:44 +00:00
Trim https:// before github.com/ in _fisher_fmt
This commit is contained in:
parent
0b1f270361
commit
8b5a422999
@ -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…
Reference in New Issue
Block a user