diff options
| author | Arnaud Bailly <arnaud.oqube@gmail.com> | 2020-01-11 09:41:08 +0100 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.oqube@gmail.com> | 2020-01-11 09:41:08 +0100 |
| commit | 4ba5fc8adef53d71992aa1bcbeb50e7ece908330 (patch) | |
| tree | df7899ea02a4a22b717daf3b82e2b557526b389b | |
| parent | d336d0c1e0914fce0668b22054035f02db21a676 (diff) | |
| download | dotfiles-4ba5fc8adef53d71992aa1bcbeb50e7ece908330.tar.gz | |
add racket and cargo to path
| -rw-r--r-- | .bash_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 2344565..c004cb9 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,6 +2,7 @@ export PATH=/Applications/Emacs.app/Contents/MacOS/:/Applications/Emacs.app/Cont export PATH=${HOME}/.local/bin:${PATH} export PATH=${HOME}/.idris2/bin:${PATH} export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH" +export PATH="/Applications/Racket v7.4/bin:$PATH" export GOPATH=${HOME}/go alias ec="emacsclient -c" alias g=git @@ -32,3 +33,6 @@ fi test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" + +export PATH="$HOME/.cargo/bin:$PATH" +. ~/.bashrc |
