summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-05-05 20:32:05 +0200
committerMarc Vertes <mvertes@free.fr>2021-05-05 20:32:05 +0200
commit6962b31552fbf1a2516b0777cc4a52d99a76f6f2 (patch)
tree887f398c77d3a43bf27d8bf501ba9d68486ad6cd /.profile
parent3f9cb5afb3b6ee2d4234d5e4d3e5398cf022bc41 (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..78b4393 100644
--- a/.profile
+++ b/.profile
@@ -1,6 +1,6 @@
# ~/.profile
-PATH=~/bin:$PATH:~/go/bin
+PATH=~/bin:/opt/homebrew/bin:$PATH:~/go/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"