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

Updated Shell aliases (markdown)

Owen Campbell 2016-09-03 18:58:30 +01:00
parent 2bd21d13ba
commit 90d4267907

@ -31,4 +31,16 @@ iex "$(thefuck --alias)"
```tcsh
alias fuck 'set fucked_cmd=`history -h 2 | head -n 1` && eval `thefuck ${fucked_cmd}`'
```
```
# xonsh
Install the xonsh extension:
```
pip install xontrib-thefuck
```
And then load it (you can add this to xonshrc for it to be loaded in every xonsh session):
```
xontrib load thefuck
```