mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
More and more changes, temporary disabled termcolors
This commit is contained in:
@ -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'
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
if type brew &>/dev/null
|
||||
then
|
||||
if type brew &>/dev/null;then
|
||||
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
||||
#
|
||||
# Reload compinit and bashcompinit, to parse brew installed completions
|
||||
|
Reference in New Issue
Block a user