Inverted SSH_CONNECTION logic that I broke to test.
This commit is contained in:
parent
c4164786b4
commit
9a0c16def2
|
@ -60,7 +60,7 @@ zplug "${ZDIR}/modules/alias/", \
|
||||||
from:local, \
|
from:local, \
|
||||||
as:plugin
|
as:plugin
|
||||||
|
|
||||||
if [ -z "$SSH_CONNECTION" ] ; then
|
if [ -n "$SSH_CONNECTION" ] ; then
|
||||||
zplug "${ZDIR}/modules/prompt/",\
|
zplug "${ZDIR}/modules/prompt/",\
|
||||||
from:local,\
|
from:local,\
|
||||||
use:uncommon.zsh, \
|
use:uncommon.zsh, \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user