diff --git a/init_server.sh b/init_server.sh index 6ed7aef..21e1797 100755 --- a/init_server.sh +++ b/init_server.sh @@ -1,9 +1,5 @@ mkdir -p ~/.backup ln -snf `pwd`/vimrc ~/.vimrc ln -snf `pwd`/tmux.server.conf ~/.tmux.conf -ln -snf `pwd`/zshrc.local ~/.zshrc.local -ln -snf `pwd`/zshrc ~/.zshrc ln -snf `pwd`/gitconfig ~/.gitconfig ln -snf `pwd`/gitignore ~/.gitignore -# set up vim -#vim +BundleInstall! +qall diff --git a/ohmyzshrc b/ohmyzshrc index d83983e..78a34ca 100644 --- a/ohmyzshrc +++ b/ohmyzshrc @@ -55,8 +55,8 @@ ZSH_THEME="gentoo" # Add wisely, as too many plugins slow down shell startup. plugins=(tmux virtualenvwrapper ssh-agent extract) -zstyle :omz:plugins:ssh-agent identities id_rsa id_sss zstyle ':completion:*' special-dirs true +zstyle :omz:plugins:ssh-agent identities id_rsa # User configuration