From 490cee4a2f941efa5a45c0ba87daa5cc35636cc3 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 7 Mar 2017 23:18:49 +0100 Subject: xu,zu: drop redundant "im" --- tv/1systems/zu.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tv/1systems/zu.nix') diff --git a/tv/1systems/zu.nix b/tv/1systems/zu.nix index 194ac292..cabe7f6a 100644 --- a/tv/1systems/zu.nix +++ b/tv/1systems/zu.nix @@ -30,18 +30,6 @@ with import ; hashPassword haskellPackages.lentil parallel - (pkgs.writeBashBin "im" '' - export PATH=${makeSearchPath "bin" (with pkgs; [ - tmux - gnugrep - weechat - ])} - if tmux list-sessions -F\#S | grep -q '^im''$'; then - exec tmux attach -t im - else - exec tmux new -s im weechat - fi - '') # root cryptsetup -- cgit v1.2.3