From 7a580c8520c9222d34a01a279efc7962d34b26c1 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Tue, 6 Feb 2018 14:57:30 +0800 Subject: [PATCH] Fix zsh extra output Signed-off-by: Ein Verne --- .zshrc | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 1d4ad54..f45e164 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH export EDITOR=vim -export TERM="screen-256color" +#export TERM="screen-256color" bindkey -e export JAVA_HOME=/usr/local/jdk1.8.0_131/ diff --git a/install.sh b/install.sh index 3ebe974..1540dc8 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ VIMDIR=${1:-$HOME} # install ctags to solve "Exuberant ctags not found in PATH" error -sudo apt-get install -y zsh +sudo apt-get install -y zsh zsh-antigen chsh -s $(which zsh) sudo apt-get install -y exuberant-ctags sudo apt-get install -y vim vim-gtk tmux