remove offline alias, add google cloud vars
This commit is contained in:
parent
7728a1563f
commit
1651a2e65b
1 changed files with 6 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ fi
|
||||||
alias j=jump
|
alias j=jump
|
||||||
alias dnsfix="sudo service bind9 restart"
|
alias dnsfix="sudo service bind9 restart"
|
||||||
alias open_ports="sudo netstat -tulpen 2> /dev/null | grep LISTEN"
|
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}
|
cless() {for a in $@; do colorize_via_pygmentize $a | less; done}
|
||||||
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
||||||
health() {/usr/bin/screen -O -S health -c ~/.config/screen_health}
|
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"
|
export WATCHFMT="%n has %a %l from %M"
|
||||||
|
|
||||||
grep "^Subject: " /var/spool/mail/hybris | sed 's/^Subject: / * /'
|
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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue