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