Code cleanup and better MacOS support
This commit is contained in:
1
homeConfigs/.bash_profile
Normal file
1
homeConfigs/.bash_profile
Normal file
@@ -0,0 +1 @@
|
||||
PATH="/usr/local/bin:$PATH"
|
||||
1
homeConfigs/.zprofile
Normal file
1
homeConfigs/.zprofile
Normal file
@@ -0,0 +1 @@
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
4
homeConfigs/.zshrc
Normal file
4
homeConfigs/.zshrc
Normal file
@@ -0,0 +1,4 @@
|
||||
source ~/dotfiles/scripts/p.sh
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
Reference in New Issue
Block a user