Browse Source

bash: macos: ++rbenv

Maxim Likhachev 5 years ago
parent
commit
854dc8ccc7
  1. 1
      etc/shell/bash/bash_profile
  2. 2
      etc/shell/bash/bashrc_macos

1
etc/shell/bash/bash_profile

@ -11,5 +11,6 @@ fi @@ -11,5 +11,6 @@ fi
# export BASH_ENV
# export PATH="~/.cw/df:$PATH"
command -v rbenv >&- && eval "$(rbenv init -)"
export PATH="$HOME/.cargo/bin:$PATH"

2
etc/shell/bash/bashrc_macos

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
PATH="$SHELLRC/bin:$SHELLRC/bin/scripts:/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"
PATH="$SHELLRC/bin:$SHELLRC/bin/scripts:$HOME/.rbenv/shims:/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"

Loading…
Cancel
Save