1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-11-01 15:42:06 +00:00

Updated Shell aliases (markdown)

92
2025-03-15 05:40:52 +09:00
parent 008b91c8cb
commit 60caa2c288

@@ -1,6 +1,6 @@
# Bash # Bash
Add this alias to `.bashrc` or `.bash_profile` (for OSX): Add this alias to `.bashrc` or `.bash_profile` (`.zshrc` for macOS):
```bash ```bash
eval "$(thefuck --alias)" eval "$(thefuck --alias)"
``` ```