From 83bf89d10c259680fcf6baab052ff2808ac8e652 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 1 Apr 2024 22:34:48 -0400 Subject: [PATCH] Temporarily remove wslpath to fix broken git prompt under WSL --- functions/fish_prompt.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index e9ae47b..7e5f3ba 100644 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -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/