diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-26 21:22:34 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-26 21:22:34 +0200 |
commit | 2b91596b4c88345ef0639eef5b88a8dca9d514b3 (patch) | |
tree | facdc21ed1fcd1d90aaae9895df18038625677ce /etc/rc | |
parent | e04baababaf7c29f62646ee86f9944a5f23dce5e (diff) |
Moved ZDIR and fpath to zshenv
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ ## see also: https://derf.homelinux.org/~derf/dotfiles/zsh/ ## mostly internal stuff -ZDIR=$HOME/packages/zsh/etc uname=$(uname) alias 'linux:'='[[ $uname = Linux ]] &&' alias 'non-linux:'='[[ $uname = Linux ]] ||' |