浏览代码

lol: fix yolo alias using https URL

Fixes #8418
Marc Cornellà 4 年之前
父节点
当前提交
76d6b02563
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'