X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=zsh%2Fzshrc;h=4663a0667b30bdb9964f0dcb0cfaafd74e95ffa0;hb=9d9379e9edb9a1d7ec3ad25617c0bba6d4522921;hp=1ea7de2dd8c022fb0cade2e02f04145f2dde61b5;hpb=22f28f7c2a5db5aa66de01e75d614ba18e60642b;p=dotfiles.git diff --git a/zsh/zshrc b/zsh/zshrc index 1ea7de2..4663a06 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -312,3 +312,10 @@ if [[ $OSNAME == 'Darwin' ]]; then PERL_MB_OPT="--install_base \"$HOME/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=$HOME/perl5"; export PERL_MM_OPT; fi + +# add Racket into PATH +export PATH="/Applications/Racket v6.6/bin":$PATH; +export MANPATH="/Applications/Racket v6.6/man":$MANPATH; + +# export ~/.bin into PATH +export PATH="$HOME/.bin":$PATH;