mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 04:28:11 +00:00 
			
		
		
		
	use extetded option only with a seperate alias
This commit is contained in:
		
							parent
							
								
									0a13400ab7
								
							
						
					
					
						commit
						6ea42dc4a2
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -17,12 +17,17 @@ if [[ $(command -v eza) ]]; then
 | 
			
		|||
    ezafunc -T -L ${1:-1}
 | 
			
		||||
  }
 | 
			
		||||
  lafunc() {
 | 
			
		||||
    ezafunc -a -T -L ${1:-1}
 | 
			
		||||
  }
 | 
			
		||||
  lefunc() {
 | 
			
		||||
    ezafunc -a -T -L ${1:-1} --extended
 | 
			
		||||
  }
 | 
			
		||||
  alias l='lfunc'
 | 
			
		||||
  alias la='lafunc'
 | 
			
		||||
  alias ll="lfunc 2"
 | 
			
		||||
  alias le='lefunc'
 | 
			
		||||
  alias ll='lfunc 2'
 | 
			
		||||
  alias lla='lafunc 2'
 | 
			
		||||
  alias lle='lefunc 2'
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# wttr - show the weather forecast in Terminal
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue