From: Simon Ruderich Date: Sun, 17 Jan 2010 15:02:13 +0000 (+0100) Subject: zsh: Remove now unnecessary file. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=cc3d0f3f163fc9d3ec0f6496a79158686e62caab;hp=b2e5bd4f5d284f66ef919054ed3bdc776e5498fc;p=config%2Fdotfiles.git zsh: Remove now unnecessary file. ~/bin is already added to PATH by shell/env. --- diff --git a/zsh/host/env.zucker b/zsh/host/env.zucker deleted file mode 100644 index fd00d22..0000000 --- a/zsh/host/env.zucker +++ /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