mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Implement deletion of sl alias as per #3055
This commit is contained in:
		@@ -27,7 +27,6 @@ alias lsa='ls -lah'
 | 
			
		||||
alias l='ls -la'
 | 
			
		||||
alias ll='ls -l'
 | 
			
		||||
alias la='ls -lA'
 | 
			
		||||
alias sl=ls # often screw this up
 | 
			
		||||
 | 
			
		||||
# Push and pop directories on directory stack
 | 
			
		||||
alias pu='pushd'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user