summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/.profile b/.profile
index bfff988..afd9468 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)
;;