Skip to content

Instantly share code, notes, and snippets.

@jserpapinto
Created May 24, 2023 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jserpapinto/c3006e3530db2f51d86d094f8882af31 to your computer and use it in GitHub Desktop.
Save jserpapinto/c3006e3530db2f51d86d094f8882af31 to your computer and use it in GitHub Desktop.
Aliases
alias poe="poetry run"
alias ippub="curl http://ifconfig.me"
alias k="kubectl"
alias t="terraform"
alias ls="exa"
alias cat="bat --paging=never -p"
alias less="bat"
alias ccat="/bin/cat"
# MacOS
alias c="pbcopy"
alias ports="lsof -P -iTCP -sTCP:LISTEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment