From 4ba5fc8adef53d71992aa1bcbeb50e7ece908330 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sat, 11 Jan 2020 09:41:08 +0100 Subject: add racket and cargo to path --- .bash_profile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3