This repo contains the list of useful aliases for:
- general terminal activities
- git
- python development
- django development
- other
- copy
.myaliasesto your home directory - add ref to the file in your shell dotfile (eg.
.bashrcor.zshrc):if test -f "$HOME/.myaliases"; then source $HOME/.myaliases fi - restart your shell to load changes