Last active
May 4, 2022 16:44
-
-
Save 2hamed/4433da812b0dd3f2cbad53b97a5080f0 to your computer and use it in GitHub Desktop.
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 gck='git checkout' | |
alias gps='git push' | |
alias gpl='git pull' | |
alias gs='git status' | |
alias gcm='git commit' | |
alias gf='git fetch' | |
alias k='kubectl' | |
alias kctx='kubectx' | |
alias kns='kubens' | |
alias c='clear' | |
alias myip='curl ipinfo.io/ip' | |
alias l='exa' | |
alias ls='exa' | |
alias la='exa -a' | |
alias ll='exa -la' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment