From 024f112cb8fd9f45e2416c26d795e3eb028fdcb5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 8 Dec 2014 11:42:44 +0100 Subject: zsh: Remove obsolete environment variables. My old audioserver (nasd) doesn't exist anymore since years, so let's drop that stuff for now, especially because nowadays I'd probably use pulseaudio or jack. The SCUMMVM_PORT is only used for MIDI output, but if I should get back to using ScummVM again, I'd probably patch the port into it directly. Signed-off-by: aszlig --- modules/zsh/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') diff --git a/modules/zsh/default.nix b/modules/zsh/default.nix index 24c09f23..d7921e3e 100644 --- a/modules/zsh/default.nix +++ b/modules/zsh/default.nix @@ -11,8 +11,6 @@ with lib; environment.shellInit = '' export EDITOR="vim" export EMAIL="aszlig@redmoonstudios.org" - export AUDIOSERVER="tcp/linx:8000" - export SCUMMVM_PORT="128:0" ''; programs.zsh.enable = true; -- cgit 1.4.1