Inverted SSH_CONNECTION logic that I broke to test.

This commit is contained in:
James Patrick 2019-12-20 10:21:50 -05:00
parent c4164786b4
commit 9a0c16def2

View File

@ -60,7 +60,7 @@ zplug "${ZDIR}/modules/alias/", \
from:local, \
as:plugin
if [ -z "$SSH_CONNECTION" ] ; then
if [ -n "$SSH_CONNECTION" ] ; then
zplug "${ZDIR}/modules/prompt/",\
from:local,\
use:uncommon.zsh, \