Skip to content

Commit

Permalink
Update fish_prompt.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeBLuther authored Mar 15, 2024
1 parent ec41294 commit dbdd1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/fish_prompt.fish
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function __bobthefish_git_project_dir -S -a real_pwd -d 'Print the current git p

# Support Git under WSL (see #336)
command -q wslpath
and set git_toplevel (command wslpath $git_toplevel)
and set git_toplevel (command wslpath -w $git_toplevel)

# If there are no symlinks, just use git toplevel
switch $real_pwd/
Expand Down

0 comments on commit dbdd1f5

Please sign in to comment.