From caec9ce908ae967238bcba5df96a73287b512ddd Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 21 Jan 2025 15:02:16 +0100 Subject: fixup --- .profile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 861f532..372c1b8 100644 --- a/.profile +++ b/.profile @@ -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) ;; -- cgit v1.2.3