Make small PATH cleanup in .zshrc, add placeholder .zprofile

This commit is contained in:
david pickle 2025-01-26 21:08:52 -06:00
parent 1f4c15c43d
commit 554a371a6d
3 changed files with 3 additions and 3 deletions
copy_configs
src_files/.config/zsh

@ -41,4 +41,4 @@ copy_file() {
copy_dir src_files/.config $HOME/.config
copy_dir src_files/.local $HOME/.local
# copy_file src_files/.example_file $HOME
#copy_file src_files/.example_file $HOME

@ -3,8 +3,8 @@ set -o vi
# path updates
export PATH=$DIR_BIN:$DIR_SCRIPTS:$PATH
export PATH=$PATH:/opt/homebrew/opt/ccache/libexec
export PATH=$PATH:~/bin/android-sdk-darwin/platform-tools:/opt/homebrew/opt/ccache/libexec
export PATH=$PATH:/opt/homebrew/opt/ccache/libexec:/opt/homebrew/bin
export PATH=$PATH:$HOME/bin/android-sdk-darwin/platform-tools
# shortcuts for common commands
alias 3e='echo;echo;echo'