feat(*): initial commit
This commit is contained in:
10
zsh/dot-config-osx.zsh
Normal file
10
zsh/dot-config-osx.zsh
Normal file
@@ -0,0 +1,10 @@
|
||||
# Add HomeBrew PATH
|
||||
export PATH=/opt/homebrew/bin:$PATH
|
||||
|
||||
# EXA
|
||||
[ -x /opt/homebrew/bin/exa ] && alias ll="exa -l -g --icons"
|
||||
|
||||
# PHP
|
||||
export PATH="/opt/homebrew/opt/php/bin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/php/sbin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user