Created
May 24, 2023 08:18
-
-
Save jserpapinto/c3006e3530db2f51d86d094f8882af31 to your computer and use it in GitHub Desktop.
Aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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