diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-11-21 17:46:07 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-11-21 17:46:07 +0100 |
| commit | ab0505ac711ccd59c10f1e51f4d3abc249e12659 (patch) | |
| tree | 4339c355c1de3a5c503d5dd974b7c60278424f5c | |
| parent | d86c1ce6637535bcafbadc3fa4264a452f1f4c1a (diff) | |
update
| -rw-r--r-- | .profile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # ~/.profile -PATH=~/bin:~/mu/bin:/opt/homebrew/bin:/opt/homebrew/opt/ruby/bin:/opt/homebrew/opt/tcl-tk/bin:$PATH:~/go/bin:~/.cargo/bin +PATH=~/bin:~/mu/bin:/opt/homebrew/bin:/opt/homebrew/opt/ruby/bin:/opt/homebrew/opt/tcl-tk/bin:$PATH:~/go/bin:~/.cargo/bin:~/.pyenv/versions/2.7.18/bin export REPLYTO='mvertes@free.fr' export LANG=en_US.UTF-8 @@ -20,3 +20,4 @@ fi . "/opt/homebrew/etc/profile.d/bash_completion.sh" tabs -4 +export HOMEBREW_NO_ANALYTICS=1 |
