mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:18:50 +08:00
Don't read user configuration in tmux-complete test
As discussed in 7a556ec6f2 (commitcomment-49671741)
This commit is contained in:
parent
6aade380c1
commit
15e265f209
|
@ -6,10 +6,6 @@
|
|||
# HACK: THIS IS DISABLED for now, since it doesn't work at the moment.
|
||||
#REQUIRES: false
|
||||
|
||||
# Don't inflict relative XDG paths on tmux, or it will be confused.
|
||||
set -gx XDG_DATA_HOME (builtin realpath $XDG_DATA_HOME)
|
||||
set -gx XDG_CONFIG_HOME (builtin realpath $XDG_CONFIG_HOME)
|
||||
|
||||
# Isolated tmux.
|
||||
set -g tmpdir (mktemp -d)
|
||||
set -g tmux tmux -S $tmpdir/.tmux-socket -f /dev/null
|
||||
|
|
Loading…
Reference in New Issue
Block a user