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:
@ -2,7 +2,7 @@
|
||||
# Variables
|
||||
|
||||
## Vars used always
|
||||
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin:."
|
||||
PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin:."
|
||||
MIBS=all
|
||||
LOGD=/var/log
|
||||
|
||||
@ -26,18 +26,6 @@ VISUAL=vim
|
||||
|
||||
export QUOTING_STYLE=escape
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
# Set umask to collaborative mode
|
||||
umask 002
|
||||
|
||||
|
Reference in New Issue
Block a user