Update fish_prompt.fish

Fix for #360
pull/361/head
Blake Luther 2 months ago committed by GitHub
parent ec41294492
commit dbdd1f536b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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/

Loading…
Cancel
Save