Created
May 21, 2024 07:52
-
-
Save vm137/65ce5fba04fb2ca37f4a3a9d33b44e8f to your computer and use it in GitHub Desktop.
Linux 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 c="clear" | |
alias ll="ls -la" | |
alias d="docker" | |
alias ds="docker ps" | |
alias k="kubectl" | |
alias kx="kubectl config get-contexts" | |
alias tf="terraform" | |
alias sc="source ~/.zprofile" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment