lol: fix yolo alias using https URL

Fixes #8418
master
Marc Cornellà 6 years ago committed by GitHub
parent 3cc1fa4046
commit 76d6b02563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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'

Loading…
Cancel
Save