To allow auto completion * make sure the following lines are in the _.zshrc_ file ```bash fpath=(~/my-completions $fpath) autoload -Uz compinit compinit ``` * create the folder _~/my-completions_ * copy the files __sheerka.rebuild_ and __sheerka.reset_ into the folder * restart the shell > :warning: **Environment variable SHEERKA_BACKUP_FOLDER must be set**