From 80a402555591ac0ed9947ee76b09c115a7e82902 Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 24 Apr 2015 01:08:21 +0200 Subject: [PATCH] [IMP] AUTO-ADD screen --- dotfiles/zshrc.sh | 2 +- tools/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index 5132575..e2d3f59 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -22,7 +22,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="true" HIST_STAMPS="dd.mm.yyyy" ZSH_CUSTOM=$ZCFG/custom -plugins+=(command-not-found common-aliases debian dirhistory history history-substring-search systemadmin zsh_reload) +plugins+=(command-not-found common-aliases debian dirhistory history history-substring-search screen systemadmin zsh_reload) # User configuration export PATH=$HOME/bin:/usr/local/bin:$PATH diff --git a/tools/install.sh b/tools/install.sh index 4e4590b..9a7c286 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -13,7 +13,7 @@ set -e if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ] && [ ! $DONTINSTALL ]; then - apt-get -yq install curl dialog git nano zsh + apt-get -yq install curl dialog git nano screen zsh else if [ "$UID" != "0" ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi -- 2.0.0