From 2f6a42e7d7016f63628d3cff90afc8d72b68a55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 8 Jul 2013 16:06:32 +0200 Subject: [PATCH] added zshrc.pre --- gitconfig | 4 ++-- init.sh | 3 ++- zshrc => zshrc.local | 1 + zshrc.pre | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) rename zshrc => zshrc.local (93%) create mode 100644 zshrc.pre diff --git a/gitconfig b/gitconfig index 51a4b2a..ca36e17 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,6 @@ [user] - email = danieln@selfnet.de - name = Daniel Nägele + email = danieln@selfnet.de + name = Daniel Nägele [alias] ci = commit co = checkout diff --git a/init.sh b/init.sh index b59c620..1f9b794 100755 --- a/init.sh +++ b/init.sh @@ -1,7 +1,8 @@ mkdir -p ~/.backup ln -snf `pwd`/vimrc ~/.vimrc 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`/screenrc ~/.screenrc wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc diff --git a/zshrc b/zshrc.local similarity index 93% rename from zshrc rename to zshrc.local index 8d2afe9..ef7e11e 100644 --- a/zshrc +++ b/zshrc.local @@ -1,3 +1,4 @@ +setopt vi export TERM="screen-256color" # autostart tmux diff --git a/zshrc.pre b/zshrc.pre new file mode 100644 index 0000000..9a1a823 --- /dev/null +++ b/zshrc.pre @@ -0,0 +1 @@ +export NOPRECMD=1