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

Fixes for OMP prompts and for default PATH

This commit is contained in:
2021-12-17 09:14:01 +01:00
parent 0ae9cfdb9e
commit 51bd0516d6
8 changed files with 185 additions and 13 deletions

View File

@ -5,7 +5,7 @@
# 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