mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-12 07:59:01 +00:00
Updated Shell aliases (markdown)
parent
847068e01a
commit
a8037343c5
@ -1,8 +1,15 @@
|
|||||||
# Bash and Zsh
|
# Bash
|
||||||
|
|
||||||
Add this alias to `.bashrc` or `.zshrc` or `.bash_profile` (for OSX):
|
Add this alias to `.bashrc` or `.bash_profile` (for OSX):
|
||||||
```bash
|
```bash
|
||||||
alias fuck='eval $(thefuck $(fc -ln -1))'
|
alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
|
||||||
|
```
|
||||||
|
|
||||||
|
# ZSH
|
||||||
|
|
||||||
|
Add this alias to `.zshrc`:
|
||||||
|
```bash
|
||||||
|
alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
|
||||||
```
|
```
|
||||||
|
|
||||||
# Fish
|
# Fish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user