Techwriter at work blog.

Living and writing documentation at Documatt, small team of programmers that do write documentation too.


Using shell aliases for prosper

What shell do I have?

zsh -> ~/.zshrc

Somewhere close to the end of

alias k="kubectl"
alias g="git"
alias d="docker"
alias p="python3"
alias pi="pip3 install"
alias venv="source .venv/bin/activate"
  • By Matt
  • At Draft
  • Tag: linux