mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 06:41:14 -03:00
tests/tmux: Unset CDPATH
This would fail in tmux_complete
This commit is contained in:
@@ -49,6 +49,7 @@ function isolated-tmux-start --wraps fish
|
||||
set fish_history ""
|
||||
# No transient prompt.
|
||||
set fish_transient_prompt 0
|
||||
set -g CDPATH
|
||||
' $argv
|
||||
# Set the correct permissions for the newly created socket to allow future connections.
|
||||
# This is required at least under WSL or else each invocation will return a permissions error.
|
||||
|
||||
Reference in New Issue
Block a user