Browse Source

Fix zsh extra output

Signed-off-by: Ein Verne <[email protected]>
pull/4/head
Ein Verne 7 years ago
parent
commit
7a580c8520
  1. 2
      .zshrc
  2. 2
      install.sh

2
.zshrc

@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:/usr/local/bin:$PATH
export EDITOR=vim export EDITOR=vim
export TERM="screen-256color" #export TERM="screen-256color"
bindkey -e bindkey -e
export JAVA_HOME=/usr/local/jdk1.8.0_131/ export JAVA_HOME=/usr/local/jdk1.8.0_131/

2
install.sh

@ -2,7 +2,7 @@
VIMDIR=${1:-$HOME} VIMDIR=${1:-$HOME}
# install ctags to solve "Exuberant ctags not found in PATH" error # 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) chsh -s $(which zsh)
sudo apt-get install -y exuberant-ctags sudo apt-get install -y exuberant-ctags
sudo apt-get install -y vim vim-gtk tmux sudo apt-get install -y vim vim-gtk tmux

Loading…
Cancel
Save