diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-21 15:02:16 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-21 15:02:16 +0100 |
| commit | caec9ce908ae967238bcba5df96a73287b512ddd (patch) | |
| tree | 31c42aadc659e82e4e182b05228eccbb355460b6 /.profile | |
| parent | 981054fa3d6b446b5697ad1e95fd9d89a17b7297 (diff) | |
fixup
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ # ~/.profile -case $(uname -s) in +case $(uname -o) in +(Android) + ;; (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 export REPLYTO='mvertes@free.fr' @@ -13,7 +15,7 @@ case $(uname -s) in tabs -4 export HOMEBREW_NO_ANALYTICS=1 ;; -(Linux) +(Linux|GNU/Linux) PATH=~/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:~/go/bin export XDG_RUNTIME_DIR=/run/user/$(id -u) ;; |
