1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Update Readme - Reload the shell

This commit is contained in:
Diego Leite 2015-04-20 10:00:24 -03:00
parent ef20a68d56
commit e2bdde7083

View File

@ -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