Last active
December 12, 2015 03:09
-
-
Save ikeikeikeike/4704857 to your computer and use it in GitHub Desktop.
Macports の New zsh 5.0.2 default option だとRVMが動かないので以下を足した - 完 -
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo port edit zsh | |
>>> | |
configure.args --htmldir=${doc}/html \ | |
--enable-libs="-lncurses" \ | |
--enable-pcre \ | |
--enable-cap \ # Add | |
--enable-regex \ # Add | |
--with-tcsetpgrp \ | |
DL_EXT=bundle | |
<<< | |
$ sudo port install -fvd zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment