Commit 80a402555591ac0ed9947ee76b09c115a7e82902
1 parent
97a8a7346b
Exists in
master
and in
2 other branches
[IMP] AUTO-ADD screen
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
dotfiles/zshrc.sh
| ... | ... | @@ -22,7 +22,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="true" |
| 22 | 22 | HIST_STAMPS="dd.mm.yyyy" |
| 23 | 23 | ZSH_CUSTOM=$ZCFG/custom |
| 24 | 24 | |
| 25 | -plugins+=(command-not-found common-aliases debian dirhistory history history-substring-search systemadmin zsh_reload) | |
| 25 | +plugins+=(command-not-found common-aliases debian dirhistory history history-substring-search screen systemadmin zsh_reload) | |
| 26 | 26 | |
| 27 | 27 | # User configuration |
| 28 | 28 | export PATH=$HOME/bin:/usr/local/bin:$PATH |
tools/install.sh
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | set -e |
| 14 | 14 | |
| 15 | 15 | if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ] && [ ! $DONTINSTALL ]; then |
| 16 | - apt-get -yq install curl dialog git nano zsh | |
| 16 | + apt-get -yq install curl dialog git nano screen zsh | |
| 17 | 17 | else |
| 18 | 18 | if [ "$UID" != "0" ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi |
| 19 | 19 |