From 5272288a758796ddbd7da4e599004e38e9678ab4 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 5 Jun 2019 16:10:43 -0700 Subject: [PATCH] source /etc/profile by hand apparently other shells do this but zsh doesn't? whatever --- home/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/zshrc b/home/zshrc index 7a760dc..0fb16b1 100644 --- a/home/zshrc +++ b/home/zshrc @@ -1,3 +1,4 @@ +[ -e /etc/profile ] && emulate sh -c "source /etc/profile" if [ "$SHLVL" -le 1 ] && ! expr "$TERM" : screen >/dev/null; then if which tmux >/dev/null 2>/dev/null; then tmux attach || tmux && exit