mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
Appease shellcheck
This commit is contained in:
parent
055f298b12
commit
f7afe8caaf
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user