aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-05 03:47:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-05 03:47:52 +1200
commitacc16b8dc108962f3950745cf1f5cf8cb77431a9 (patch)
treef940298dbbf4aeb455d341f4ce76c9dd18c7eab6 /install
parentCouple more Zsh options (diff)
downloaddotfiles-acc16b8dc108962f3950745cf1f5cf8cb77431a9.tar.gz
dotfiles-acc16b8dc108962f3950745cf1f5cf8cb77431a9.zip
Well, that was underwhelming.
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 0 insertions, 2 deletions
diff --git a/install b/install
index 120a32e0..a30a0649 100755
--- a/install
+++ b/install
@@ -14,8 +14,6 @@ ln -fs ".dotfiles/readline/inputrc" "${HOME}/.inputrc"
ln -fs ".dotfiles/tmux/tmux.conf" "${HOME}/.tmux.conf"
ln -fs ".dotfiles/vim/vimrc" "${HOME}/.vimrc"
ln -fs ".dotfiles/vim/gvimrc" "${HOME}/.gvimrc"
-ln -fs ".dotfiles/zsh/zshenv" "${HOME}/.zshenv"
-ln -fs ".dotfiles/zsh/zshrc" "${HOME}/.zshrc"
# Link in directories, removing whatever's already there first.
if [ -e "${HOME}/.vim" ]; then