mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	fix(lol): use https for yolo calls (#11320)
				
					
				
			This commit is contained in:
		
							parent
							
								
									4806f75569
								
							
						
					
					
						commit
						4e2317c757
					
				@ -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 https://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 https://whatthecommit.com/index.txt)"
 | 
			
		||||
yolo
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
@ -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'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user