chore(config): zsh env settings reworking

This commit is contained in:
2023-07-27 14:19:37 +03:00
parent d7106ae28f
commit 4e2ee377f2
5 changed files with 63 additions and 50 deletions

View File

@@ -31,10 +31,7 @@ path_prepend "$XDG_BIN_HOME"
# brew, https://brew.sh
have brew && {
path_append "$(brew --prefix python)/bin"
path_append "$(brew --prefix coreutils)/libexec/gnubin"
path_append "$(brew --prefix ruby)/bin"
path_append "$(gem environment gemdir)/bin"
have_brew python && path_append "$(brew --prefix python)/bin"
}
source "$DOTFILES/config/exports-shell"