it-tips#shell#productivity#cli
10 Terminal Aliases That Save Hours a Week
Small `.zshrc` tweaks with an outsized impact on daily workflow.
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
it-tips
10 Linux Commands Every Fresher Should Know
The commands you'll type a hundred times a week. Master these ten and you'll look like a five-year veteran.
Read
it-tips
Linux Cheat Sheet Part 1: Files, Directories & Processes
The everyday Linux commands you'll type a hundred times a week — with what they do in plain English.
Read
it-tips
Linux Cheat Sheet Part 2: Text, Networking, Archives, Scripting
grep / sed / awk, ssh / curl / netstat, tar / zip, and just enough Bash to write your own scripts.
Read
Discussion (0)
No comments yet. Be the first to weigh in.