Browse Source

macos: path

Maxim Likhachev 6 years ago
parent
commit
362cf958d8
  1. 2
      etc/shell/bash/bash_profile
  2. 2
      etc/shell/bash/bashrc_macos

2
etc/shell/bash/bash_profile

@ -11,3 +11,5 @@ fi
# export BASH_ENV # export BASH_ENV
# export PATH="~/.cw/df:$PATH" # export PATH="~/.cw/df:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"

2
etc/shell/bash/bashrc_macos

@ -1,4 +1,4 @@
PATH="/usr/local/opt/ruby/bin:/usr/local/opt/coreutils/libexec/gnubin/:/Applications/:~/go/bin/:~/Library/Python/3.7/bin/:$HOME/.cabal/bin:${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/bin:$PATH" PATH="/usr/local/opt/ruby/bin:/usr/local/opt/coreutils/libexec/gnubin/:/Applications/:~/go/bin/:~/Library/Python/3.7/bin/:$HOME/.cabal/bin:${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/bin:$PATH:~/.cargo/bin"
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"

Loading…
Cancel
Save