From 362cf958d8386929ee4de204d352bb7dad375556 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 2 Oct 2019 11:44:30 +0300 Subject: [PATCH] macos: path --- etc/shell/bash/bash_profile | 2 ++ etc/shell/bash/bashrc_macos | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/shell/bash/bash_profile b/etc/shell/bash/bash_profile index 1587cd4..a75c85c 100644 --- a/etc/shell/bash/bash_profile +++ b/etc/shell/bash/bash_profile @@ -11,3 +11,5 @@ fi # export BASH_ENV # export PATH="~/.cw/df:$PATH" + +export PATH="$HOME/.cargo/bin:$PATH" diff --git a/etc/shell/bash/bashrc_macos b/etc/shell/bash/bashrc_macos index 64d5a4a..1e07920 100644 --- a/etc/shell/bash/bashrc_macos +++ b/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"