summaryrefslogtreecommitdiff
path: root/plugins/lol/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2023-01-17 12:46:15 +0100
committerTuowen Zhao <ztuowen@gmail.com>2023-01-17 12:46:15 +0100
commitdb7efd2336e4dbe6abf321b00dbc11bc5afb1355 (patch)
tree720a58ff82bf0a0e0167594131f872d453b1828e /plugins/lol/README.md
parent04b8c052e5b624873b352889423c753ed1baf9c4 (diff)
parent8f0e296dbf27026ea0515ebae0d3cc41f236ecdc (diff)
downloadzsh-db7efd2336e4dbe6abf321b00dbc11bc5afb1355.tar.gz
zsh-db7efd2336e4dbe6abf321b00dbc11bc5afb1355.tar.bz2
zsh-db7efd2336e4dbe6abf321b00dbc11bc5afb1355.zip
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'plugins/lol/README.md')
-rw-r--r--plugins/lol/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lol/README.md b/plugins/lol/README.md
index ea6b0c3b8..b45513b35 100644
--- a/plugins/lol/README.md
+++ b/plugins/lol/README.md
@@ -49,7 +49,7 @@ plugins=(... lol)
| `violenz` | `git rebase` |
| `visible` | `echo` |
| `wtf` | `dmesg` |
-| `yolo` | `git commit -m "$(curl -s http://whatthecommit.com/index.txt)"` |
+| `yolo` | `git commit -m "$(curl -s https://whatthecommit.com/index.txt)"` |
## Usage Examples
@@ -66,6 +66,6 @@ nowai u=r,go= some.file
# ssh root@catserver.org
pwned root@catserver.org
-# git commit -m "$(curl -s http://whatthecommit.com/index.txt)"
+# git commit -m "$(curl -s https://whatthecommit.com/index.txt)"
yolo
```