We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c618245 commit 149a962Copy full SHA for 149a962
src/vs/workbench/contrib/terminal/browser/media/fish_xdg_data/fish/vendor_conf.d/shellIntegration.fish
@@ -111,11 +111,11 @@ function __preserve_fish_prompt --on-event fish_prompt
111
__init_vscode_shell_integration
112
else
113
if functions --query __vsc_fish_prompt
114
- # There is no fish_prompt set, so stick with the default
115
functions --erase __preserve_fish_prompt
116
- # Now __vsc_fish_prompt is guaranteed to be defined
117
118
+ # There is no fish_prompt set, so stick with the default
+ # Now __vsc_fish_prompt is guaranteed to be defined
119
function __vsc_fish_prompt
120
echo -n (whoami)@(prompt_hostname) (prompt_pwd) '~> '
121
end
0 commit comments