Merge main into v4

This commit is contained in:
Ilan Cosman 2021-01-22 15:52:00 -08:00
commit b7fcafbe85
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: fish-actions/install-fish@v1
- uses: fish-actions/install-fish@v1.1.0
- name: Install Fisher
run: curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher

View File

@ -41,7 +41,7 @@ function _tide_item_pwd
end
end
test $splitPwd[1] = '~' || printf '%s' '/'
test "$splitPwd[1]" = '~' || printf '%s' '/'
string join '/' $splitPwdForOutput
end