diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-11-25 16:39:15 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-11-25 16:39:15 +0100 |
| commit | a4c13e982eec402ac7b7ec2c6211dcd2b8c1c7c1 (patch) | |
| tree | 8e40c1d574e7530b36591ddccb2d3cbc04e4250e | |
| parent | c54b5ef0f166a6454522686e6a2a5c1550505eb0 (diff) | |
update
| -rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
