From 95adf4dbd294f50109170b326d8bc5e39ae3b1d0 Mon Sep 17 00:00:00 2001 From: maudin Date: Sat, 29 Oct 2022 13:22:52 +0200 Subject: [PATCH] remove ips function --- hybris.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/hybris.zsh b/hybris.zsh index e92a96e..9204195 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -24,7 +24,6 @@ dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip} e() {emacsclient -n $@ > /dev/null 2>&1} tramp() {emacsclient -n $(for x in $@; do echo /root@$x:README; done) > /dev/null 2>&1} fd() {fdfind -H -I -L $@} -ips() {ssh ubnt@unifi-flux-capacitor curl -q --interface eth0 ipinfo.io 2> /dev/null | jq -r '.ip'; ssh ubnt@unifi-flux-capacitor curl -q --interface eth1 ipinfo.io 2> /dev/null | jq -r '.ip'} unifi-balance() {ssh ubnt@192.168.42.1 /opt/vyatta/bin/vyatta-op-cmd-wrapper 'show load-balance watchdog' 2> /dev/null} j() {if [ $# -eq 0 ]; then marks; else jump $@; fi} loop() {while [ 1 ]; do sh -c "$@"; done}