1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-13 22:28:33 +00:00

The previous instructions break with fish 2.5.0, see https://github.com/fish-shell/fish-shell/issues/3809#issuecomment-277400905

lvh 2017-02-04 09:19:06 -06:00
parent 47fbd21a62
commit 15ec10bbb4

@ -16,7 +16,7 @@ eval "$(thefuck --alias)"
Add this function to `config.fish`:
```fish
eval (thefuck --alias | tr '\n' ';')
thefuck --alias | source
```
# Powershell