From 074a68dce6b5b912773d0d27f2e61075bc0919b6 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 7 Nov 2016 18:31:09 +0100 Subject: zsh: Reorganize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/profile-zorg | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 zsh/profile-zorg (limited to 'zsh/profile-zorg') diff --git a/zsh/profile-zorg b/zsh/profile-zorg deleted file mode 100644 index 56618a8..0000000 --- a/zsh/profile-zorg +++ /dev/null @@ -1,21 +0,0 @@ -if (( UID )); then - function { - local envfile="$XDG_RUNTIME_DIR"/ssh-agent.env - local pid=$(awk -F'[=;]' 'FNR == 2 {print $2}' "$envfile" 2>/dev/null) - if [[ -n "$pid" ]] && kill -0 "$pid" &>/dev/null; then - source "$envfile" >/dev/null - else - ssh-agent > "$envfile" - source "$envfile" >/dev/null - fi - } - - export PERL5LIB="$HOME"/misc/grawity/code/lib/perl5"${PERL5LIB+:}$PERL5LIB"; - path+=("$HOME"/misc/grawity/code/obj/host."$(hostname)"/ - "$HOME"/misc/grawity/code/bin) - source "$HOME"/misc/grawity/code/kerberos/kc.sh - - export MAILDIR="$HOME"/mail -fi - -# vim: ft=zsh -- cgit v1.2.3-70-g09d2