mirror of
				https://github.com/Stunkymonkey/dotfiles.git
				synced 2025-11-04 04:06:57 +01:00 
			
		
		
		
	bin/clean: fix indentations
This commit is contained in:
		
							parent
							
								
									0fb69a8a8f
								
							
						
					
					
						commit
						5fbc107630
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -10,15 +10,15 @@ case "$1" in
 | 
			
		|||
	docker)
 | 
			
		||||
		docker system prune --force 2>/dev/null
 | 
			
		||||
		;;
 | 
			
		||||
  nix)
 | 
			
		||||
    nix-collect-garbage --delete-old 2>/dev/null
 | 
			
		||||
	nix)
 | 
			
		||||
		nix-collect-garbage --delete-old 2>/dev/null
 | 
			
		||||
		;;
 | 
			
		||||
	pacman)
 | 
			
		||||
		pacman -Sc --noconfirm 2>/dev/null
 | 
			
		||||
		;;
 | 
			
		||||
	yay)
 | 
			
		||||
	  yay -Sacc --noconfirm 2>/dev/null
 | 
			
		||||
    ;;
 | 
			
		||||
		yay -Sacc --noconfirm 2>/dev/null
 | 
			
		||||
		;;
 | 
			
		||||
	*)
 | 
			
		||||
		echo "Please give parameter of: [all docker nix pacman yay]"
 | 
			
		||||
		;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue