xu,zu: drop redundant "im"

This commit is contained in:
tv 2017-03-07 23:18:49 +01:00
parent f66d7f4d47
commit 490cee4a2f
2 changed files with 0 additions and 24 deletions

View File

@ -25,18 +25,6 @@ with import <stockholm/lib>;
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

View File

@ -30,18 +30,6 @@ with import <stockholm/lib>;
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