Added default environment variables to fish
This commit is contained in:
parent
d1db6c6375
commit
ceef91f249
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
set -gx EDITOR nvim
|
||||||
|
set -gx VISUAL nvim
|
||||||
|
set -gx QT_QPA_PLATFORMTHEME qt5ct
|
||||||
|
set -gx TERMINAL foot
|
||||||
|
set -gx MOZ_ENABLE_WAYLAND 1
|
||||||
|
set -gx _JAVA_AWT_WM_NONREPARENTING 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue