mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Added '.jar'
This commit is contained in:
		
							parent
							
								
									387de3a57e
								
							
						
					
					
						commit
						671db71d21
					
				@ -52,7 +52,7 @@ function extract() {
 | 
			
		||||
      (*.xz) unxz "$1" ;;
 | 
			
		||||
      (*.lzma) unlzma "$1" ;;
 | 
			
		||||
      (*.Z) uncompress "$1" ;;
 | 
			
		||||
      (*.zip|*.war) unzip "$1" -d $extract_dir ;;
 | 
			
		||||
      (*.zip|*.war|*.jar) unzip "$1" -d $extract_dir ;;
 | 
			
		||||
      (*.rar) unrar x -ad "$1" ;;
 | 
			
		||||
      (*.7z) 7za x "$1" ;;
 | 
			
		||||
      (*.deb)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user