From e1bc18a3b61b8f6851cae2c7ad7cf76db1856cee Mon Sep 17 00:00:00 2001 From: maudin Date: Wed, 29 Mar 2017 18:04:20 +0200 Subject: [PATCH] typo --- hybris.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybris.plugin.zsh b/hybris.plugin.zsh index 29b429e..001e73d 100644 --- a/hybris.plugin.zsh +++ b/hybris.plugin.zsh @@ -11,7 +11,7 @@ e() {emacsclient -n $@ > /dev/null 2>&1} health() {/usr/bin/screen -O -S health -c ~/.config/screen_health} j() {jump $@} loop() {while [ 1 ]; do sh -c "$@"; done} -open_ports() {sudo netstat -tulpen 2> /dev/null | grep LISTEN"} +open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"} r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}