From 05486bccaf22959c749e8184a286d3b2703f23a8 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 17 Nov 2025 13:33:24 +0100 Subject: Update --- .profile | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index f9ec18d..2ca9eb6 100644 --- a/.profile +++ b/.profile @@ -1,37 +1,2 @@ -# ~/.profile - -export OS=$(~/bin/os) - -case $OS in -(arch|alpine) - PATH=~/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:~/go/bin - export XDG_RUNTIME_DIR=/run/user/$(id -u) - ;; -(fedora-asahi-remix) - PATH=~/bin:/usr/local/bin:/usr/sbin:/usr/bin:~/go/bin - export XKB_DEFAULT_LAYOUT=us XKB_DEFAULT_VARIANT=intl - ;; -(Darwin) - PATH=~/bin:~/mu/bin:/opt/homebrew/bin:/opt/homebrew/opt/python/libexec/bin:$PATH:~/go/bin:~/.cargo/bin:~/.local/bin - export REPLYTO='mvertes@free.fr' - export LANG=en_US.UTF-8 - . /opt/homebrew/etc/profile.d/bash_completion.sh - tabs -4 - export HOMEBREW_NO_ANALYTICS=1 - ;; -(termux) - PATH=~/bin:${HOME%/*}/usr/bin:~/go/bin - ;; -esac - -if [ -z "$SSH_AUTH_SOCK" ]; then - eval "$(ssh-agent -s)" - ssh-add -fi - -case $SHELL in -(*/ash) export ENV=~/.shrc ;; -(*/bash) type -t p >/dev/null || . ~/.bashrc ;; -esac - -[ "$(tty)" = /dev/tty1 ] && [ -x /usr/bin/sway ] && exec dbus-run-session -- sway || true +PATH=$PATH:/opt/local/bin:/opt/local/sbin:~/bin:~/go/bin:~/Library/Python/3.9/bin +export LANG=en_US.UTF-8 -- cgit v1.2.3