Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
76d6b025
Unverified
Commit
76d6b025
authored
Nov 21, 2019
by
Marc Cornellà
Committed by
GitHub
Nov 21, 2019
Browse files
lol: fix yolo alias using https URL
Fixes #8418
parent
3cc1fa40
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/lol/lol.plugin.zsh
View file @
76d6b025
...
...
@@ -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
s
://whatthecommit.com/index.txt)"'
alias
yolo
=
'git commit -m "$(curl -s http://whatthecommit.com/index.txt)"'
alias
letcat
=
'git checkout'
alias
violenz
=
'git rebase'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment