From 8fff4ab440d9b97e89f641f83aa3d2a1c0c62cc1 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 9 Apr 2017 02:54:41 +0800 Subject: [PATCH] zsh - add racket into path --- emacs.d/config.org | 1 + zsh/zshrc | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index 22a4719..4f5b22d 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -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 + * 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 diff --git a/zsh/zshrc b/zsh/zshrc index 0f02ab5..4663a06 100644 --- 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 +# 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; -- 2.11.0