1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-04-20 09:40:46 +01:00

Fix links to wiki

This commit is contained in:
Vladimir Iakovlev 2015-04-27 07:56:17 +02:00
parent cbf6507e1e
commit 4cf631fa47

View File

@ -100,7 +100,7 @@ Install `The Fuck` with `pip`:
sudo pip install thefuck sudo pip install thefuck
``` ```
[Or using an OS package manager (OS X, Ubuntu, Arch).](/wiki/Installation) [Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation)
And add to `.bashrc` or `.zshrc` or `.bash_profile`(for OSX): And add to `.bashrc` or `.zshrc` or `.bash_profile`(for OSX):
@ -110,7 +110,7 @@ alias fuck='eval $(thefuck $(fc -ln -1))'
alias FUCK='fuck' alias FUCK='fuck'
``` ```
[On in your shell config (Bash, Zsh, Fish, Powershell).](/wiki/Shell-aliases) [On in your shell config (Bash, Zsh, Fish, Powershell).](https://github.com/nvbn/thefuck/wiki/Shell-aliases)
Changes will be available only in a new shell session. Changes will be available only in a new shell session.