added zshrc.pre

master
Daniel Nägele 11 years ago
parent 80a3630752
commit 2f6a42e7d7
  1. 3
      init.sh
  2. 1
      zshrc.local
  3. 1
      zshrc.pre

@ -1,7 +1,8 @@
mkdir -p ~/.backup mkdir -p ~/.backup
ln -snf `pwd`/vimrc ~/.vimrc ln -snf `pwd`/vimrc ~/.vimrc
ln -snf `pwd`/tmux.conf ~/.tmux.conf ln -snf `pwd`/tmux.conf ~/.tmux.conf
ln -snf `pwd`/zshrc ~/.zshrc.local ln -snf `pwd`/zshrc.local ~/.zshrc.local
ln -snf `pwd`/zshrc.pre ~/.zshrc.pre
ln -snf `pwd`/gitconfig ~/.gitconfig ln -snf `pwd`/gitconfig ~/.gitconfig
ln -snf `pwd`/screenrc ~/.screenrc ln -snf `pwd`/screenrc ~/.screenrc
wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc

@ -1,3 +1,4 @@
setopt vi
export TERM="screen-256color" export TERM="screen-256color"
# autostart tmux # autostart tmux

@ -0,0 +1 @@
export NOPRECMD=1
Loading…
Cancel
Save