mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 12:09:08 +00:00 
			
		
		
		
	Add an alias to dirs
This commit is contained in:
		@@ -19,5 +19,6 @@ unsetopt CLOBBER            # Don't overwrite existing files with > and >>.
 | 
				
			|||||||
                            # Use >! and >>! to bypass.
 | 
					                            # Use >! and >>! to bypass.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Aliases
 | 
					# Aliases
 | 
				
			||||||
 | 
					alias d='dirs -v'
 | 
				
			||||||
for index ({1..9}) alias "$index"="cd +${index}"; unset index
 | 
					for index ({1..9}) alias "$index"="cd +${index}"; unset index
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user