aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/profile.d
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-07 18:31:09 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commit074a68dce6b5b912773d0d27f2e61075bc0919b6 (patch)
treec1dd4efe56476433510c145bc996716510dbd1f4 /zsh/profile.d
parent1c5c080ba1bf97cfd45fb80f4055818161eac493 (diff)
downloaddotfiles-074a68dce6b5b912773d0d27f2e61075bc0919b6.tar.xz
zsh: Reorganize
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh/profile.d')
-rw-r--r--zsh/profile.d/leeloo21
-rw-r--r--zsh/profile.d/tirxu21
-rw-r--r--zsh/profile.d/zorg21
3 files changed, 63 insertions, 0 deletions
diff --git a/zsh/profile.d/leeloo b/zsh/profile.d/leeloo
new file mode 100644
index 0000000..56618a8
--- /dev/null
+++ b/zsh/profile.d/leeloo
@@ -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.d/tirxu b/zsh/profile.d/tirxu
new file mode 100644
index 0000000..56618a8
--- /dev/null
+++ b/zsh/profile.d/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.d/zorg b/zsh/profile.d/zorg
new file mode 100644
index 0000000..56618a8
--- /dev/null
+++ b/zsh/profile.d/zorg
@@ -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