Make small PATH cleanup in .zshrc, add placeholder .zprofile
This commit is contained in:
parent
54669cc6c5
commit
e8404ac44d
@ -41,4 +41,4 @@ copy_file() {
|
|||||||
copy_dir src_files/.config $HOME/.config
|
copy_dir src_files/.config $HOME/.config
|
||||||
copy_dir src_files/.local $HOME/.local
|
copy_dir src_files/.local $HOME/.local
|
||||||
|
|
||||||
# copy_file src_files/.example_file $HOME
|
#copy_file src_files/.example_file $HOME
|
||||||
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user