Make small PATH cleanup in .zshrc, add placeholder .zprofile
This commit is contained in:
		
							
								
								
									
										0
									
								
								src_files/.config/zsh/.zprofile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								src_files/.config/zsh/.zprofile
									
									
									
									
									
										Normal file
									
								
							@@ -3,8 +3,8 @@ set -o vi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# path updates
 | 
					# path updates
 | 
				
			||||||
export PATH=$DIR_BIN:$DIR_SCRIPTS:$PATH
 | 
					export PATH=$DIR_BIN:$DIR_SCRIPTS:$PATH
 | 
				
			||||||
export PATH=$PATH:/opt/homebrew/opt/ccache/libexec
 | 
					export PATH=$PATH:/opt/homebrew/opt/ccache/libexec:/opt/homebrew/bin
 | 
				
			||||||
export PATH=$PATH:~/bin/android-sdk-darwin/platform-tools:/opt/homebrew/opt/ccache/libexec
 | 
					export PATH=$PATH:$HOME/bin/android-sdk-darwin/platform-tools
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# shortcuts for common commands
 | 
					# shortcuts for common commands
 | 
				
			||||||
alias 3e='echo;echo;echo'
 | 
					alias 3e='echo;echo;echo'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user