From a4c13e982eec402ac7b7ec2c6211dcd2b8c1c7c1 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 25 Nov 2021 16:39:15 +0100 Subject: update --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index bbf3c42..28ec045 100644 --- a/.profile +++ b/.profile @@ -1,6 +1,6 @@ # ~/.profile -PATH=~/bin:/opt/homebrew/bin:$PATH:~/go/bin:~/.cargo/bin +PATH=~/bin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && . ~/.bashrc @@ -9,4 +9,4 @@ PATH=~/bin:/opt/homebrew/bin:$PATH:~/go/bin:~/.cargo/bin #([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;; #esac -. "/opt/homebrew/etc/profile.d/bash_completion.sh" +#. "/opt/homebrew/etc/profile.d/bash_completion.sh" -- cgit v1.2.3