diff options
author | Nikita Sharnin <43130421+HikiShi@users.noreply.github.com> | 2020-01-29 21:28:34 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 16:28:34 +0100 |
commit | 05a38c8b99ea5bc54e7fdfc1cc1ea6d2729c05e5 (patch) | |
tree | 094446b85c5b181eccfffea1a6b2792001259bb0 /plugins/lol/README.md | |
parent | 7ff77120c17b83ca1c5d4939d21c1a84a4b2ffbb (diff) | |
download | zsh-05a38c8b99ea5bc54e7fdfc1cc1ea6d2729c05e5.tar.gz zsh-05a38c8b99ea5bc54e7fdfc1cc1ea6d2729c05e5.tar.bz2 zsh-05a38c8b99ea5bc54e7fdfc1cc1ea6d2729c05e5.zip |
lol: fix docs for yolo alias (#8576)
Diffstat (limited to 'plugins/lol/README.md')
-rw-r--r-- | plugins/lol/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lol/README.md b/plugins/lol/README.md index 8fba7b713..1791de493 100644 --- a/plugins/lol/README.md +++ b/plugins/lol/README.md @@ -61,7 +61,7 @@ Plugin for adding catspeak aliases, because why not | `violenz` | `git rebase` | | `visible` | `echo` | | `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 @@ -78,6 +78,6 @@ nowai u=r,go= some.file # ssh 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 ``` |