dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 75b5dca8e333244172f362c23da5b5888e4101a2
parent 72245c20d82706d9b84cef3521e859f8fd544d2c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 15 Feb 2021 10:25:18 +0100

shell: add path for homebrew perl modules

Diffstat:
Mshell/paths | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/shell/paths b/shell/paths @@ -15,5 +15,6 @@ [ -d /usr/local/opt/man-db/libexec/bin ] && [ -n "${PATH##*"/usr/local/opt/man-db/libexec/bin"*}" ] && PATH="/usr/local/opt/man-db/libexec/bin:$PATH" [ -d "$DOTFILES/tools/shfm" ] && [ -n "${PATH##*"$DOTFILES/tools/shfm"*}" ] && PATH="$DOTFILES/tools/shfm:$PATH" [ -d "$DOTFILES/tools/pfetch" ] && [ -n "${PATH##*"$DOTFILES/tools/pfetch"*}" ] && PATH="$DOTFILES/tools/pfetch:$PATH" +[ -d "/usr/local/Cellar/perl/5.32.1/bin" ] && [ -n "${PATH##*"/usr/local/Cellar/perl/5.32.1/bin"*}" ] && PATH="/usr/local/Cellar/perl/5.32.1/bin:$PATH" command -v rbenv 1>/dev/null 2>&1 && eval "$(rbenv init -)" export PATH