diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-04-07 14:47:00 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-04-07 14:47:00 +0200 |
| commit | 250f9c12f99c672e9f61ccd729cd28967581298e (patch) | |
| tree | 3e389259a76fc953cf0b30c394462ed7654cb22d /.profile | |
| parent | acd3c43601812cff27bf225a567f4fdf3731e75d (diff) | |
fix term title
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ case $OS in export XDG_RUNTIME_DIR=/run/user/$(id -u) ;; (Darwin) - 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:~/.local/bin + PATH=~/bin:~/mu/bin:/opt/homebrew/bin:/opt/homebrew/opt/python/libexec/bin:$PATH:~/go/bin:~/.cargo/bin:~/.local/bin export REPLYTO='mvertes@free.fr' export LANG=en_US.UTF-8 if [ -z "$SSH_AUTH_SOCK" ]; then |
