[fish] Fixed test cases in 00-env

This commit is contained in:
Marcel Kapfer 2020-03-12 07:14:50 +01:00
parent 96acc9aeef
commit 8586e95eb4
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 7 additions and 7 deletions

View File

@ -24,24 +24,24 @@ set -e GPG_TTY
set -Ux GPG_TTY (tty)
set -e EDITOR
set -Ux EDITOR "emacsclient -"t
set -Ux EDITOR "emacsclient -t"
if test -z $VISUAL
set -Ux VISUAL emacsclient -t
if test -z "$VISUAL"
set -Ux VISUAL "emacsclient -t"
end
if test -z $GIT_EDITOR
if test -z "$GIT_EDITOR"
set -Ux GIT_EDITOR es
end
if test -z $GOPATH
if test -z "$GOPATH"
set -Ux GOPATH ~/.go
end
if test -z $XDG_CURRENT_DESKTOP
if test -z "$XDG_CURRENT_DESKTOP"
set -Ux XDG_CURRENT_DESKTOP GNOME
end
if test -z $QT_STYLE_OVERRIDE
if test -z "$QT_STYLE_OVERRIDE"
set -Ux QT_STYLE_OVERRIDE kvantum
end