From fd6b3c227d160d79f0fb9995e66d16dc836432ab Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 4 Mar 2026 13:17:42 +0100 Subject: add .gitignore_global; support debian --- .profile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.profile') 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" -- cgit v1.2.3