Browse Source

lol: fix yolo alias using https URL

Fixes #8418
Marc Cornellà 5 years ago
parent
commit
76d6b02563
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/lol/lol.plugin.zsh

+ 1 - 1
plugins/lol/lol.plugin.zsh

@@ -45,7 +45,7 @@ alias bringz='git pull'
 alias chicken='git add'
 alias oanward='git commit -m'
 alias ooanward='git commit -am'
-alias yolo='git commit -m "$(curl -s https://whatthecommit.com/index.txt)"'
+alias yolo='git commit -m "$(curl -s http://whatthecommit.com/index.txt)"'
 alias letcat='git checkout'
 alias violenz='git rebase'