diff options
| author | Marc Vertes <mvertes@free.fr> | 2026-03-04 13:17:42 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2026-03-04 13:17:42 +0100 |
| commit | fd6b3c227d160d79f0fb9995e66d16dc836432ab (patch) | |
| tree | d45e35c2ea7c58a1cc24ba7abd76b01273854cd7 /.profile | |
| parent | ab50c65a89f324c1ba11e4e50a8a954ce27cf02f (diff) | |
add .gitignore_global; support debian
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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" |
