]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh: Remove now unnecessary file.
authorSimon Ruderich <simon@ruderich.org>
Sun, 17 Jan 2010 15:02:13 +0000 (16:02 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 17 Jan 2010 15:02:13 +0000 (16:02 +0100)
~/bin is already added to PATH by shell/env.

zsh/host/env.zucker [deleted file]

diff --git a/zsh/host/env.zucker b/zsh/host/env.zucker
deleted file mode 100644 (file)
index fd00d22..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Zsh configuration file for environment related options for
-# zucker.schokokeks.org.
-
-
-# Add my bin/ directory to the default PATH.
-typeset -U path
-path=($HOME/bin $path)
-
-# vim: ft=zsh