Skip to content

Instantly share code, notes, and snippets.

@2hamed
Last active May 4, 2022 16:44
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 2hamed/4433da812b0dd3f2cbad53b97a5080f0 to your computer and use it in GitHub Desktop.
Save 2hamed/4433da812b0dd3f2cbad53b97a5080f0 to your computer and use it in GitHub Desktop.
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