zsh - add racket into path
authorPeng Li <seudut@gmail.com>
Sat, 8 Apr 2017 18:54:41 +0000 (02:54 +0800)
committerPeng Li <seudut@gmail.com>
Sat, 8 Apr 2017 18:54:41 +0000 (02:54 +0800)
emacs.d/config.org
zsh/zshrc

index 22a4719..4f5b22d 100644 (file)
@@ -2826,6 +2826,7 @@ config from [[http://www.kirang.in/2014/11/13/emacs-as-email-client-with-offline
     :init
     (add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode)))
 #+END_SRC
     :init
     (add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode)))
 #+END_SRC
+
 * Entertainment
 ** GnuGo
 Play Go in Emacs, gnugo xpm refert [[https://github.com/okanotor/dotemacs/blob/f95b774cb292d1169748bc0a62ba647bbd8c0652/etc/my-inits/my-inits-gnugo.el][to here]]. start at image display mode and grid mode
 * Entertainment
 ** GnuGo
 Play Go in Emacs, gnugo xpm refert [[https://github.com/okanotor/dotemacs/blob/f95b774cb292d1169748bc0a62ba647bbd8c0652/etc/my-inits/my-inits-gnugo.el][to here]]. start at image display mode and grid mode
index 0f02ab5..4663a06 100644 (file)
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -313,5 +313,9 @@ if [[ $OSNAME == 'Darwin' ]]; then
     PERL_MM_OPT="INSTALL_BASE=$HOME/perl5"; export PERL_MM_OPT;
 fi
 
     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;
 # export ~/.bin into PATH
 export PATH="$HOME/.bin":$PATH;