Code cleanup and better MacOS support

This commit is contained in:
2024-01-18 18:39:20 +00:00
parent a8847b6421
commit f209ca084a
7 changed files with 62 additions and 26 deletions

View File

@@ -0,0 +1 @@
PATH="/usr/local/bin:$PATH"

1
homeConfigs/.zprofile Normal file
View File

@@ -0,0 +1 @@
eval "$(/opt/homebrew/bin/brew shellenv)"

4
homeConfigs/.zshrc Normal file
View File

@@ -0,0 +1,4 @@
source ~/dotfiles/scripts/p.sh
alias ls='ls --color=auto'
alias grep='grep --color=auto'