From a07df1979ede714d7ffa57a5c026a9bb93a039d0 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 7 Oct 2016 09:43:50 +0200 Subject: Add grawity/code support back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/profile-leeloo | 3 +++ zsh/profile-tirxu | 21 +++++++++++++++++++++ zsh/profile-zorg | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 zsh/profile-tirxu (limited to 'zsh') diff --git a/zsh/profile-leeloo b/zsh/profile-leeloo index 5059cfe..56618a8 100644 --- a/zsh/profile-leeloo +++ b/zsh/profile-leeloo @@ -10,6 +10,9 @@ if (( UID )); then 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 diff --git a/zsh/profile-tirxu b/zsh/profile-tirxu new file mode 100644 index 0000000..56618a8 --- /dev/null +++ b/zsh/profile-tirxu @@ -0,0 +1,21 @@ +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 diff --git a/zsh/profile-zorg b/zsh/profile-zorg index b9d418b..56618a8 100644 --- a/zsh/profile-zorg +++ b/zsh/profile-zorg @@ -10,6 +10,11 @@ if (( UID )); then 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 -- cgit v1.2.3-54-g00ecf