Skip to content

Commit

Permalink
fix again ?
Browse files Browse the repository at this point in the history
  • Loading branch information
johnr14 committed Apr 9, 2024
1 parent 1c7a667 commit 7b77833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/tide/configure/choices/all/icons.fish
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function _enable_icons
set -g fake_tide_pwd_icon_home 
set -g fake_tide_cmd_duration_icon 
set -g fake_tide_git_icon 
set -g tide_git_icon_true true
set -g fake_tide_git_icon_true true
set -g fake_tide_git_icon_spacer ''
set -g fake_tide_git_icon_upstream_behind ⇣
set -g fake_tide_git_icon_upstream_ahead ⇡
Expand All @@ -39,7 +39,7 @@ function _disable_icons
set -g fake_tide_pwd_icon_home
set -g fake_tide_cmd_duration_icon
set -g fake_tide_git_icon
set -e tide_git_icon_true
set -e fake_tide_git_icon_true
set -g fake_tide_git_icon_spacer ' '
set -g fake_tide_git_icon_upstream_behind ⇣
set -g fake_tide_git_icon_upstream_ahead ⇡
Expand Down

0 comments on commit 7b77833

Please sign in to comment.