From 1651a2e65b840d2245d6e04b76975d7d1bd3a7d3 Mon Sep 17 00:00:00 2001 From: maudin Date: Thu, 11 Aug 2016 10:40:29 +0200 Subject: [PATCH] remove offline alias, add google cloud vars --- hybris.plugin.zsh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hybris.plugin.zsh b/hybris.plugin.zsh index eec38ac..4b21bed 100644 --- a/hybris.plugin.zsh +++ b/hybris.plugin.zsh @@ -27,7 +27,6 @@ fi alias j=jump alias dnsfix="sudo service bind9 restart" alias open_ports="sudo netstat -tulpen 2> /dev/null | grep LISTEN" -alias offlineimap="/usr/bin/screen -list offlineimap > /dev/null || /usr/bin/screen -d -m -S offlineimap offlineimap" cless() {for a in $@; do colorize_via_pygmentize $a | less; done} r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi} health() {/usr/bin/screen -O -S health -c ~/.config/screen_health} @@ -47,3 +46,9 @@ export WATCH=all export WATCHFMT="%n has %a %l from %M" grep "^Subject: " /var/spool/mail/hybris | sed 's/^Subject: / * /' + +# Google Cloud +# The next line updates PATH for the Google Cloud SDK. +source '/home/hybris/dev/bearstech/google-cloud-sdk/path.zsh.inc' +# The next line enables shell command completion for gcloud. +source '/home/hybris/dev/bearstech/google-cloud-sdk/completion.zsh.inc'