1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00

fix(lol): use https for yolo calls (#11320)

This commit is contained in:
Julian
2022-11-07 21:46:48 +13:00
committed by GitHub
parent 4806f75569
commit 4e2317c757
2 changed files with 3 additions and 3 deletions

View File

@@ -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 http://whatthecommit.com/index.txt)"'
alias yolo='git commit -m "$(curl -s https://whatthecommit.com/index.txt)"'
alias letcat='git checkout'
alias violenz='git rebase'