A personal collection of spells and learnings. Please note that I'm using "oh-my-zsh", so MMV
Instead of adding custom scripts to /usr/bin
, it's better to add this repositories' /bin
to your
PATH
. Here's how to add it:
# on your .zshconfig or .bashconfig
# assuming that this repository is in your `~` dir.
export PATH="$HOME/grimoire/bin:$PATH"