summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 3fea4ac..30ba9fa 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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 ]] ||'