From d4d65f07d69ddbda57334af8c2a7297bcd23409d Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 25 Jun 2014 12:15:28 +0200 Subject: [PATCH] ~SITE now ambiguous, ~SERVER moved, ~SERVER-SKEL is gone --- zsh.d/55-hash | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zsh.d/55-hash b/zsh.d/55-hash index 1709d7b..4edc5fa 100644 --- a/zsh.d/55-hash +++ b/zsh.d/55-hash @@ -9,10 +9,8 @@ if [[ "$NISDOMAINNAME" = "phys.ethz.ch" ]]; then hash -d configs=/pub/debian-local/configs hash -d byhost=/pub/debian-local/configs/byHost hash -d bygroup=/pub/debian-local/configs/byGroup - # Default currently: Lenny - for d in SITE SERVER SERVER-SKEL; do - hash -d $d=/pub/debian-local/configs/lenny/$d - done + hash -d SERVER=/pub/debian-local/configs/byGroup/SERVER + # All our current and probably future distributions for d in etch lenny squeeze wheezy jessie karmic lucid maverick natty oneiric precise quantal raring saucy trusty utopic; do if [[ -d /pub/debian-local/configs/$d ]]; then -- 2.1.4