Skip to content

Commit

Permalink
test(tests): test tries for a specific caracter, no icon support. So …
Browse files Browse the repository at this point in the history
…forcing caracter to see if it works
  • Loading branch information
johnr14 committed Apr 9, 2024
1 parent c44b9f8 commit aa0c176
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/_tide_item_git.test.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# RUN: %fish %s
_tide_parent_dirs

set -g fake_tide_git_icon_stash ' *'
set -g fake_tide_git_icon_conflicted ' ~'
set -g fake_tide_git_icon_staged ' +'
set -g fake_tide_git_icon_dirty ' !'
set -g fake_tide_git_icon_untracked ' ?'

function _git
git $argv >/dev/null 2>&1
end
Expand Down

0 comments on commit aa0c176

Please sign in to comment.