[Fish] update `remove' abbreviation
This commit is contained in:
		
							parent
							
								
									8597280d17
								
							
						
					
					
						commit
						ab7988f1b6
					
				@ -36,7 +36,7 @@ alias mp3        youtube-dl -x --audio-format flac --audio-quality 0 $*
 | 
			
		||||
alias wget       wget -c $*
 | 
			
		||||
alias rsync      rsync -ruvtEhl --progress $*
 | 
			
		||||
 | 
			
		||||
alias remove     sudo pacman -Rscnd $*
 | 
			
		||||
alias remove     sudo pacman -Rsc $*
 | 
			
		||||
 | 
			
		||||
alias gpumeminfo grep -i --color memory /var/log/Xorg.0.log
 | 
			
		||||
alias diskspace  sudo df -h | grep -E "sd|lv|Size" | sort
 | 
			
		||||
 | 
			
		||||
@ -322,10 +322,10 @@ simply type =purge=. And if I want to simply seach among the =pacman= repos, I
 | 
			
		||||
can type =search=. Otherwise, if I want to include AUR results, I’ll use =paru=.
 | 
			
		||||
 | 
			
		||||
#+NAME: pm-abbr
 | 
			
		||||
| abbreviation | command            |
 | 
			
		||||
|--------------+--------------------|
 | 
			
		||||
| remove       | sudo pacman -Rscnd |
 | 
			
		||||
| purge        | paru -Sc           |
 | 
			
		||||
| abbreviation | command          |
 | 
			
		||||
|--------------+------------------|
 | 
			
		||||
| remove       | sudo pacman -Rsc |
 | 
			
		||||
| purge        | paru -Sc         |
 | 
			
		||||
 | 
			
		||||
#+BEGIN_SRC fish
 | 
			
		||||
  <<generate-abbr(table=pm-abbr)>>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user