Update PATH in .zshrc
This commit is contained in:
parent
5208cd48ee
commit
4c5da310d7
@ -9,6 +9,7 @@ export DEVDIR=$HOME'/dev'
|
||||
# path updates
|
||||
export PATH=$HOME/.local/bin:$HOME/.local/scripts:$PATH
|
||||
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
|
||||
alias ls='ls -F'
|
||||
@ -45,3 +46,6 @@ alias shrug='echo "¯\\_(ツ)_/¯"'
|
||||
alias lintjs='npx prettier --write'
|
||||
export DEVKITARM=/opt/devkitpro/devkitARM
|
||||
. /opt/homebrew/opt/asdf/libexec/asdf.sh # TODO: ensure not duplicated asdf logic
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user