From 8b5a4229991eb4558664f6b6f8dfed20bc9785e9 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 17 Apr 2019 02:32:04 +0900 Subject: [PATCH] Trim https:// before github.com/ in _fisher_fmt --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index e474d10..151dbd2 100644 --- a/fisher.fish +++ b/fisher.fish @@ -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