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