mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Merge main into v4
This commit is contained in:
commit
b7fcafbe85
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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
|
||||
|
@ -41,7 +41,7 @@ function _tide_item_pwd
|
||||
end
|
||||
end
|
||||
|
||||
test $splitPwd[1] = '~' || printf '%s' '/'
|
||||
test "$splitPwd[1]" = '~' || printf '%s' '/'
|
||||
|
||||
string join '/' $splitPwdForOutput
|
||||
end
|
Loading…
Reference in New Issue
Block a user