From c79e80f6a942aebf8dbd3643829e97bbf3dae3a7 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 12 Sep 2019 10:19:54 +0300 Subject: [PATCH] bash: macos: ++path --- etc/shell/bash/bashrc_macos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shell/bash/bashrc_macos b/etc/shell/bash/bashrc_macos index 58ddccd..64d5a4a 100644 --- a/etc/shell/bash/bashrc_macos +++ b/etc/shell/bash/bashrc_macos @@ -1,4 +1,4 @@ -PATH="/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" test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"