summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-11-27 11:04:34 +0100
committerMarc Vertes <mvertes@free.fr>2021-11-27 11:04:34 +0100
commit7a36b02b5f3ae6560030c97513b8c15d9abd16d8 (patch)
tree5c3a68031aecfab106f50a547f6ba2abaaef4928 /.profile
parente27491fbca20c2ecd76fcd84bd7007a546da5a75 (diff)
update
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.profile b/.profile
index 983092c..3e36ae3 100644
--- a/.profile
+++ b/.profile
@@ -1,6 +1,6 @@
# ~/.profile
-PATH=~/bin:/opt/homebrew/bin:$PATH:~/go/bin:~/.cargo/bin
+PATH=~/bin:/opt/homebrew/bin:/opt/homebrew/opt/ruby/bin:$PATH:~/go/bin:~/.cargo/bin
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s`
@@ -15,3 +15,4 @@ fi
#esac
. "/opt/homebrew/etc/profile.d/bash_completion.sh"
+eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"