Appease shellcheck

This commit is contained in:
Ilan Cosman 2021-10-31 11:16:17 -07:00
parent 055f298b12
commit f7afe8caaf
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: fish-actions/install-fish@v1
- run: make test -C $GITHUB_WORKSPACE
- run: make test -C "$GITHUB_WORKSPACE"
syntax-check:
runs-on: ubuntu-latest

View File

@ -23,7 +23,7 @@ jobs:
# Output to /tmp/github_release.md
- name: Generate release notes
run: >
tail --lines=+5 $GITHUB_WORKSPACE/CHANGELOG.md |
tail --lines=+5 "$GITHUB_WORKSPACE/CHANGELOG.md" |
sed '/^## /q' |
head --lines=-2 |
sed -E 's/\[(#[0-9]*)\]\[\]/\1/g'

View File

@ -55,7 +55,7 @@ function _tide_item_git
set -g tide_git_bg_color $tide_git_bg_color_unstable
end
_tide_print_item git $_tide_location_color $tide_git_icon' ' (set_color white; echo -ns $location
_tide_print_item git $_tide_location_color$tide_git_icon' ' (set_color white; echo -ns $location
set_color $tide_git_color_operation; echo -ns ' '$operation ' '$step/$total_steps
set_color $tide_git_color_upstream; echo -ns ' ⇣'$behind ' ⇡'$ahead
set_color $tide_git_color_stash; echo -ns ' *'$stash