From 67f19640e02822fcfb9c9593e2d4f94a1e0a9703 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Wed, 20 Jan 2021 12:29:42 -0800 Subject: [PATCH 1/2] Fix pwd when in root dir (fixes #80) --- functions/_tide_item_pwd.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/_tide_item_pwd.fish b/functions/_tide_item_pwd.fish index 42d4d64..8fab45c 100644 --- a/functions/_tide_item_pwd.fish +++ b/functions/_tide_item_pwd.fish @@ -41,7 +41,7 @@ function _tide_item_pwd end end - test $splitPwd[1] = '~' || printf '%s' '/' + test "$splitPwd[1]" = '~' || printf '%s' '/' string join '/' $splitPwdForOutput end \ No newline at end of file From a83d7f5305e4959567f2145ccdbdc137067ddfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jan 2021 08:11:34 -0800 Subject: [PATCH 2/2] Bump fish-actions/install-fish from v1 to v1.1.0 (#81) Bumps [fish-actions/install-fish](https://github.com/fish-actions/install-fish) from v1 to v1.1.0. - [Release notes](https://github.com/fish-actions/install-fish/releases) - [Commits](https://github.com/fish-actions/install-fish/compare/v1...9a58ed09ea9e5e2b7fed7e2b5e6bb03e8b1719b9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0b58e10..103dd30 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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