1
0
Fork 0
This commit is contained in:
Maurice Audin 2017-05-24 17:29:14 +02:00
parent 09cbf6cfc8
commit df314fb3cb
2 changed files with 1 additions and 4 deletions

View file

@ -14,6 +14,3 @@ vpn-bear() {for i in $(nmcli con | grep vpn | grep -v -- -- | cut -d' ' -f1); do
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'
# OVH
source '/home/hybris/dev/bearstech/ovh.sh'

View file

@ -12,7 +12,7 @@ j() {jump $@}
loop() {while [ 1 ]; do sh -c "$@"; done}
open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"}
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
dontknow() {echo -n "¯\_(ツ)_/¯" | xclip}
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
# Some exports