..
This commit is contained in:
parent
09cbf6cfc8
commit
df314fb3cb
2 changed files with 1 additions and 4 deletions
|
|
@ -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'
|
source '/home/hybris/dev/bearstech/google-cloud-sdk/path.zsh.inc'
|
||||||
# The next line enables shell command completion for gcloud.
|
# The next line enables shell command completion for gcloud.
|
||||||
source '/home/hybris/dev/bearstech/google-cloud-sdk/completion.zsh.inc'
|
source '/home/hybris/dev/bearstech/google-cloud-sdk/completion.zsh.inc'
|
||||||
|
|
||||||
# OVH
|
|
||||||
source '/home/hybris/dev/bearstech/ovh.sh'
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ j() {jump $@}
|
||||||
loop() {while [ 1 ]; do sh -c "$@"; done}
|
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}
|
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
||||||
dontknow() {echo -n "¯\_(ツ)_/¯" | xclip}
|
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
|
||||||
|
|
||||||
|
|
||||||
# Some exports
|
# Some exports
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue