zsh: Remove redundant environment variable declaration
It is already declared in the sway configuration.
This commit is contained in:
parent
34badc3638
commit
f3d958c1a9
|
@ -64,9 +64,6 @@ in
|
|||
vimdiff = "nvim -d";
|
||||
ip = "ip --color=auto";
|
||||
};
|
||||
envExtra = ''
|
||||
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"
|
||||
'';
|
||||
initExtra = lib.mkMerge [
|
||||
(lib.mkBefore ''
|
||||
prompt off # collides with starship
|
||||
|
|
Loading…
Reference in a new issue