#330 Add support of a single argument

This commit is contained in:
nvbn
2015-08-09 22:55:48 +03:00
parent 215c64d924
commit 6222985491
2 changed files with 36 additions and 6 deletions
+2 -2
View File
@@ -107,9 +107,9 @@ sudo pip install thefuck
You should place this command in your `.bash_profile`, `.bashrc`, `.zshrc` or other startup script:
```bash
eval "$(thefuck-alias)"
eval "$(thefuck --alias)"
# You can use whatever you want as an alias, like for Mondays:
eval "$(thefuck-alias FUCK)"
eval "$(thefuck --alias FUCK)"
```
[Or in your shell config (Bash, Zsh, Fish, Powershell, tcsh).](https://github.com/nvbn/thefuck/wiki/Shell-aliases)