mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-10-31 20:39:08 +00:00 
			
		
		
		
	Don't rely on alias expansion to handle Pacman because aliases are not expanded in sudo. Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			263 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			263 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #
 | |
| # Defines Yaourt aliases.
 | |
| #
 | |
| # Authors:
 | |
| #   Sorin Ionescu <sorin.ionescu@gmail.com>
 | |
| #
 | |
| 
 | |
| #
 | |
| # Aliases
 | |
| #
 | |
| 
 | |
| # Disable color.
 | |
| if ! zstyle -t ':prezto:module:pacman:yaourt' color; then
 | |
|   alias pacman='yaourt --nocolor'
 | |
| fi
 | |
| 
 | |
| # Manages .pac* files.
 | |
| alias pacc='yaourt -C'
 | |
| 
 |