mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Merge pull request #4134 from boddhisattva/rails-rake-routes-alias
Adds an alias to search for the rails routes that pattern match a string
This commit is contained in:
		@@ -58,6 +58,7 @@ alias rdmtc='rake db:migrate db:test:clone'
 | 
			
		||||
alias rlc='rake log:clear'
 | 
			
		||||
alias rn='rake notes'
 | 
			
		||||
alias rr='rake routes'
 | 
			
		||||
alias rrg='rake routes | grep'
 | 
			
		||||
 | 
			
		||||
# legacy stuff
 | 
			
		||||
alias sstat='thin --stats "/thin/stats" start'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user