Skip to content

Instantly share code, notes, and snippets.

@0OZ
Created November 6, 2023 07:08
Show Gist options
  • Save 0OZ/f7b7a67ed068495a5cb76a3cc9d59184 to your computer and use it in GitHub Desktop.
Save 0OZ/f7b7a67ed068495a5cb76a3cc9d59184 to your computer and use it in GitHub Desktop.
.zshrc
#my external ip
alias myip='dig +short myip.opendns.com @resolver1.opendns.com'
#current bitcoin value
alias bitcoin="telnet ticker.bitcointicker.co 10080"
#resolve domain to ip
alias ip='dig +short'
#lazy k
alias k='kubectl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment