Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
4e2317c7
Unverified
Commit
4e2317c7
authored
Nov 07, 2022
by
Julian
Committed by
GitHub
Nov 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(lol): use https for `yolo` calls (#11320)
parent
4806f755
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
plugins/lol/README.md
+2
-2
lol.plugin.zsh
plugins/lol/lol.plugin.zsh
+1
-1
No files found.
plugins/lol/README.md
View file @
4e2317c7
...
...
@@ -49,7 +49,7 @@ plugins=(... lol)
|
`violenz`
|
`git rebase`
|
|
`visible`
|
`echo`
|
|
`wtf`
|
`dmesg`
|
|
`yolo`
|
`git commit -m "$(curl -s http://whatthecommit.com/index.txt)"`
|
|
`yolo`
|
`git commit -m "$(curl -s http
s
://whatthecommit.com/index.txt)"`
|
## Usage Examples
...
...
@@ -66,6 +66,6 @@ nowai u=r,go= some.file
# ssh root@catserver.org
pwned root@catserver.org
# git commit -m "$(curl -s http://whatthecommit.com/index.txt)"
# git commit -m "$(curl -s http
s
://whatthecommit.com/index.txt)"
yolo
```
plugins/lol/lol.plugin.zsh
View file @
4e2317c7
...
...
@@ -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 http
s
://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