-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "perf(shell/zsh.rs): avoid hook-env execution on Enter without…
- Loading branch information
Showing
4 changed files
with
7 additions
and
23 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
src/cli/snapshots/mise__cli__deactivate__tests__deactivate-2.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
--- | ||
source: src/cli/deactivate.rs | ||
expression: output | ||
snapshot_kind: text | ||
--- | ||
export PATH='$PATH' | ||
precmd_functions=( ${precmd_functions:#_mise_hook_cmd} ) | ||
precmd_functions=( ${precmd_functions:#_mise_hook} ) | ||
chpwd_functions=( ${chpwd_functions:#_mise_hook} ) | ||
unset -f _mise_hook_cmd | ||
unset -f _mise_hook | ||
unset -f mise | ||
unset MISE_SHELL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
--- | ||
source: src/shell/zsh.rs | ||
expression: replace_path(&deactivate) | ||
snapshot_kind: text | ||
--- | ||
precmd_functions=( ${precmd_functions:#_mise_hook_cmd} ) | ||
precmd_functions=( ${precmd_functions:#_mise_hook} ) | ||
chpwd_functions=( ${chpwd_functions:#_mise_hook} ) | ||
unset -f _mise_hook_cmd | ||
unset -f _mise_hook | ||
unset -f mise | ||
unset MISE_SHELL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters