1
0
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:
2021-10-28 15:20:11 +02:00
parent 73455f0d9e
commit 31ead6cf67
8 changed files with 28 additions and 74 deletions

View File

@ -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