diff options
| -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 |
