Skip to content

Commit

Permalink
Fix first dir color bug
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Jun 5, 2020
1 parent eb8e185 commit c34beb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/_tide_item_pwd.fish
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function _tide_item_pwd
end
end

set colorPwd $colorMidDirs$colorPwd
set colorPwd (string replace -a '/' "$colorMidDirs"'/' $colorPwd)
printf '%s ' $colorPwd
end
Expand Down

0 comments on commit c34beb8

Please sign in to comment.