Temporarily remove wslpath to fix broken git prompt under WSL

pull/364/head
Justin Hileman 4 weeks ago
parent ec41294492
commit 83bf89d10c

@ -125,9 +125,9 @@ function __bobthefish_git_project_dir -S -a real_pwd -d 'Print the current git p
[ -z "$git_toplevel" ]
and return
# Support Git under WSL (see #336)
command -q wslpath
and set git_toplevel (command wslpath $git_toplevel)
## Support Git under WSL (see #336)
# command -q wslpath
# and set git_toplevel (command wslpath $git_toplevel)
# If there are no symlinks, just use git toplevel
switch $real_pwd/

Loading…
Cancel
Save