mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			638 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			638 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS
 | 
						|
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS
 | 
						|
alias netcat="ncat " # MKAYSIGREP # MKAYSIGREPALIAS
 | 
						|
alias usewithtor="proxychains " # MKAYSIGREP MKAYSIGREPALIAS
 | 
						|
alias torsocks="proxychains " # MKAYSIGREP MKAYSIGREPALIAS
 | 
						|
alias proxychains="proxychains " # MKAYSIGREP MKAYSIGREPALIAS
 | 
						|
alias checkinstall="make install " # MKAYSIGREP MKAYSIGREPALIAS
 | 
						|
alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
 | 
						|
compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS
 | 
						|
alias wget="echo Running curl -LO instead of wget && curl -LO " # MKAYSIGREP # MKAYSIGREPALIAS
 |