Merge pull request #336 from millimoose/patch-1

Support using Windows git under WSL
pull/359/head
Justin Hileman 2 months ago committed by GitHub
commit e711caac72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -123,6 +123,8 @@ function __bobthefish_git_project_dir -S -a real_pwd -d 'Print the current git p
[ -z "$git_toplevel" ]
and return
command -q wslpath; and set -l git_toplevel (command wslpath $git_toplevel)
# If there are no symlinks, just use git toplevel
switch $real_pwd/

Loading…
Cancel
Save