dont pipe to pager
This commit is contained in:
		
							parent
							
								
									7d0528f634
								
							
						
					
					
						commit
						c76363a2ec
					
				
							
								
								
									
										4
									
								
								.bashrc
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								.bashrc
									
									
									
									
									
								
							| @ -97,10 +97,10 @@ alias osw="lsof 2>/dev/null +D . | awk '\$NF ~ /swp$/ {print \$9}' | sed 's/\.sw | ||||
| alias xpg="lsof 2>/dev/null +D . | grep 'pg.*swp$' | awk '{print \$9}' | sed 's/\.swp//g' | sed 's/\/\./\//g' | xargs -r $PG -f" | ||||
| alias xsw="lsof 2>/dev/null +D . | grep '.*swp$' | awk '{print \$9}' | sed 's/\.swp//g' | sed 's/\/\./\//g' | xargs -r $PG -f" | ||||
| alias ons='lsof +D ~/.local/state/nvim/swap/ | grep -o "/swap/.*" | cut -c 7- | tr "%" "/" | sed "s/\\.swp$//" | grep "$(pwd)"' | ||||
| alias xns='lsof +D ~/.local/state/nvim/swap/ | grep -o "/swap/.*" | cut -c 7- | tr "%" "/" | sed "s/\\.swp$//" | grep "$(pwd)" | fzf | xargs -I % $PG -f % | pspg' | ||||
| alias xns='lsof +D ~/.local/state/nvim/swap/ | grep -o "/swap/.*" | cut -c 7- | tr "%" "/" | sed "s/\\.swp$//" | grep "$(pwd)" | fzf | xargs -I % $PG -f % ' | ||||
| alias mns='fzf | xargs -I {} sqlcmd.exe -S usmidsql01 -i {}' | ||||
| alias nv='~/nvim-linux64/bin/nvim' | ||||
| alias gs='git status' | ||||
| alias gs='git status -s' | ||||
| alias gd='git difftool' | ||||
| alias gl='git log --graph --oneline --format="%C(yellow)%h %C(green)%an%Creset %C(blue)%ad%Creset %s"' | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user