Back to it-tips
it-tips#shell#productivity#cli

10 Terminal Aliases That Save Hours a Week

Small `.zshrc` tweaks with an outsized impact on daily workflow.

Jane Contributor August 2, 2026 1 views

10 Terminal Aliases That Save Hours

alias g='git'
alias gs='git status -sb'
alias gd='git diff --stat'
alias gco='git checkout'
alias gpl='git pull --rebase'
alias ll='ls -lahG'
alias k='kubectl'
alias tf='terraform'
alias serve='python3 -m http.server'
alias reload='source ~/.zshrc'

Keep reading

You may also like

Discussion (0)

No comments yet. Be the first to weigh in.

Leave a comment

Comments are reviewed before appearing.