@ -57,6 +57,29 @@ defined in the previous section.
*** TODO replace pomodoro aliases with actual scripts
*** TODO have a look at this idea:
Instead of defining a lot of functions in your `.zshrc', all of which you may not use, it is often better to use the autoload builtin. The idea is, you create a directory where function definitions are stored, declare the names in your `.zshrc', and tell the shell where to look for them. Whenever you reference a function, the shell will automatically load it into memory.