Browse Source

bash: fix macos paths

Maxim Likhachev 4 years ago
parent
commit
b323c6dbff
  1. 2
      etc/shell/bash/bashrc_macos

2
etc/shell/bash/bashrc_macos

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
PATH="$SHELLRC/bin:$SHELLRC/bin/scripts:$HOME/.rbenv/shims:/usr/local/opt/coreutils/libexec/gnubin/:/Applications/:~/go/bin/:~/Library/Python/3.9/bin/:$HOME/.cabal/bin:${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/bin:$PATH:~/.cargo/bin"
PATH="$SHELLRC/bin:$SHELLRC/bin/scripts:/usr/local/opt/coreutils/libexec/gnubin/:$PATH:/Applications/:~/go/bin/:~/Library/Python/3.9/bin/:$HOME/.cabal/bin:${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/bin:~/.cargo/bin:~/.local/bin"
# Homebrew settings
export HOMEBREW_NO_ANALYTICS=1

Loading…
Cancel
Save