diff options
| -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" |
