1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

More and more changes, temporary disabled termcolors

This commit is contained in:
2021-10-28 15:20:11 +02:00
parent 73455f0d9e
commit 31ead6cf67
8 changed files with 28 additions and 74 deletions

View File

@ -1,8 +1,22 @@
# Darwin/OSX
# Environment and aliases for OSX
# Setup brew
# We need it here to fix the PATH
# so we can setup pyenv and other stuff
for prefix in /usr/local /opt/homebrew; do
brew=$(whence $prefix/bin/brew)
if [ $brew ]; then
eval "$($brew shellenv)"
fi
done
export LSCOLORS="ExgxcxdxCxegedabagacad"
alias ldd='otool -L'
alias ls='ls -F -G'
alias ldd='otool -L'
alias skill=killall
alias lsrebuild='/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user'