|
@@ -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
|
|
|
```
|