diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-06-20 16:50:57 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-06-20 16:50:57 +0200 |
| commit | c54b5ef0f166a6454522686e6a2a5c1550505eb0 (patch) | |
| tree | f438edbbf48edb1e9f7df645666936771d37d8c0 /.profile | |
| parent | c151c4ee62bd7b045a98dbcf3f1d6537948ba0d0 (diff) | |
update
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
