mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
lol: fix docs for yolo alias (#8576)
This commit is contained in:
parent
7ff77120c1
commit
05a38c8b99
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ Plugin for adding catspeak aliases, because why not
|
||||||
| `violenz` | `git rebase` |
|
| `violenz` | `git rebase` |
|
||||||
| `visible` | `echo` |
|
| `visible` | `echo` |
|
||||||
| `wtf` | `dmesg` |
|
| `wtf` | `dmesg` |
|
||||||
| `yolo` | `git commit -m "$(curl -s https://whatthecommit.com/index.txt)"` |
|
| `yolo` | `git commit -m "$(curl -s http://whatthecommit.com/index.txt)"` |
|
||||||
|
|
||||||
## Usage Examples
|
## Usage Examples
|
||||||
|
|
||||||
|
@ -78,6 +78,6 @@ nowai u=r,go= some.file
|
||||||
# ssh root@catserver.org
|
# ssh root@catserver.org
|
||||||
pwned root@catserver.org
|
pwned root@catserver.org
|
||||||
|
|
||||||
# git commit -m "$(curl -s https://whatthecommit.com/index.txt)"
|
# git commit -m "$(curl -s http://whatthecommit.com/index.txt)"
|
||||||
yolo
|
yolo
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue