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

More and more

This commit is contained in:
2024-10-30 11:59:18 +01:00
parent 26f0bce110
commit 2498b711e8
4 changed files with 7 additions and 107 deletions

View File

@ -6,14 +6,10 @@
# 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)"
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
break
fi
done
if type /opt/homebrew/bin/brew > /dev/null; then
eval "$(/opt/homebrew/bin/brew shellenv)"
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
fi
export LSCOLORS="ExgxcxdxCxegedabagacad"