summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2026-03-04 13:17:42 +0100
committerMarc Vertes <mvertes@free.fr>2026-03-04 13:17:42 +0100
commitfd6b3c227d160d79f0fb9995e66d16dc836432ab (patch)
treed45e35c2ea7c58a1cc24ba7abd76b01273854cd7 /.profile
parentab50c65a89f324c1ba11e4e50a8a954ce27cf02f (diff)
add .gitignore_global; support debian
Diffstat (limited to '.profile')
-rw-r--r--.profile8
1 files changed, 5 insertions, 3 deletions
diff --git a/.profile b/.profile
index 550db7f..98144f5 100644
--- a/.profile
+++ b/.profile
@@ -1,10 +1,10 @@
# ~/.profile
export OS=$(~/bin/os)
-export LC_ALL=C
+# export LC_ALL=C.UTF-8
case $OS in
-(arch|alpine)
+(arch|alpine|debian)
PATH=~/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:~/go/bin:~/.local/bin
export XDG_RUNTIME_DIR=/run/user/$(id -u)
;;
@@ -13,7 +13,7 @@ case $OS in
export XKB_DEFAULT_LAYOUT=us XKB_DEFAULT_VARIANT=intl
;;
(Darwin)
- PATH=$PATH:/opt/local/bin:/opt/local/sbin:~/bin:~/go/bin:~/Library/Python/3.9/bin
+ PATH=$PATH:/opt/local/bin:/opt/local/sbin:~/bin:~/go/bin:~/.local/bin:~/Library/Python/3.9/bin
export LANG=en_US.UTF-8
tabs -4
;;
@@ -37,3 +37,5 @@ esac
if [ -f "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi
+
+. "$HOME/.local/bin/env"