Refactor copy_configs, improve sym-linking; vim configs fine for now

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent 42f9167958
commit 90cab5380e
4 changed files with 42 additions and 27 deletions

View File

@ -4,7 +4,6 @@ set -o vi
# path updates
export PATH=$DIR_BIN:$DIR_SCRIPTS:$PATH
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'