Update PATH in .zshrc
This commit is contained in:
		@@ -9,6 +9,7 @@ export DEVDIR=$HOME'/dev'
 | 
				
			|||||||
# path updates
 | 
					# path updates
 | 
				
			||||||
export PATH=$HOME/.local/bin:$HOME/.local/scripts:$PATH
 | 
					export PATH=$HOME/.local/bin:$HOME/.local/scripts:$PATH
 | 
				
			||||||
export PATH=$PATH:/opt/homebrew/opt/ccache/libexec
 | 
					export PATH=$PATH:/opt/homebrew/opt/ccache/libexec
 | 
				
			||||||
 | 
					export PATH=$PATH:~/bin/android-sdk-darwin/platform-tools:/opt/homebrew/opt/ccache/libexec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# executable name overrides
 | 
					# executable name overrides
 | 
				
			||||||
alias ls='ls -F'
 | 
					alias ls='ls -F'
 | 
				
			||||||
@@ -45,3 +46,6 @@ alias shrug='echo "¯\\_(ツ)_/¯"'
 | 
				
			|||||||
alias lintjs='npx prettier --write'
 | 
					alias lintjs='npx prettier --write'
 | 
				
			||||||
export DEVKITARM=/opt/devkitpro/devkitARM
 | 
					export DEVKITARM=/opt/devkitpro/devkitARM
 | 
				
			||||||
. /opt/homebrew/opt/asdf/libexec/asdf.sh # TODO: ensure not duplicated asdf logic
 | 
					. /opt/homebrew/opt/asdf/libexec/asdf.sh # TODO: ensure not duplicated asdf logic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user