diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-11-27 11:04:34 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-11-27 11:04:34 +0100 |
| commit | 7a36b02b5f3ae6560030c97513b8c15d9abd16d8 (patch) | |
| tree | 5c3a68031aecfab106f50a547f6ba2abaaef4928 /.profile | |
| parent | e27491fbca20c2ecd76fcd84bd7007a546da5a75 (diff) | |
update
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)" |
