How to save user made zsh shell functions and aliases
What's the procedure for saving user defined functions and aliases for future use?
You probably want to save your customisations in ~/.zshrc
.
~/.zshrc
is always executed when zsh
starts (both interactive logins and non-interactive logins).
Further reading
- zsh - Installation and Configation, links to example configuration files.