summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-06-20 16:50:57 +0200
committerMarc Vertes <mvertes@free.fr>2021-06-20 16:50:57 +0200
commitc54b5ef0f166a6454522686e6a2a5c1550505eb0 (patch)
treef438edbbf48edb1e9f7df645666936771d37d8c0 /.profile
parentc151c4ee62bd7b045a98dbcf3f1d6537948ba0d0 (diff)
update
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.profile b/.profile
index acb8299..bbf3c42 100644
--- a/.profile
+++ b/.profile
@@ -1,6 +1,6 @@
# ~/.profile
-PATH=~/bin:$PATH:~/go/bin
+PATH=~/bin:/opt/homebrew/bin:$PATH:~/go/bin:~/.cargo/bin
[ "${SHELL##*/}" = bash ] && . ~/.bashrc
@@ -8,3 +8,5 @@ PATH=~/bin:$PATH:~/go/bin
#case $HOSTNAME in
#([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
#esac
+
+. "/opt/homebrew/etc/profile.d/bash_completion.sh"