Skip to content

Commit

Permalink
fix(fish terminal): reuse temporary directories (#368)
Browse files Browse the repository at this point in the history
fix #364
  • Loading branch information
jan-bar authored Oct 11, 2024
1 parent 3ed19ae commit 65ee668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/shell/fish.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var Fish Shell = fish{}
const fishHook = `
{{.EnvContent}}
set __VFOX_PID %self;
set -x -g __VFOX_PID %self;
function __vfox_export_eval --on-event fish_prompt;
"{{.SelfPath}}" env -s fish | source;
Expand Down

0 comments on commit 65ee668

Please sign in to comment.