diff --git a/README.md b/README.md index d073cedc..2646605d 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,13 @@ alias fuck='$(thefuck $(fc -ln -1))' alias FUCK='fuck' ``` +```bash +# Reload the shell +# bash +source ~/.bashrc +# zsh +source ~/.zshrc + Or in `config.fish`: ```fish