Add QUILT_PATCHES.

This commit is contained in:
Gea-Suan Lin
2016-04-29 17:46:32 +08:00
parent 30d1acae7b
commit 35e46c2556
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="$HOME/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/"
export QUILT_PATCHES="debian/patches"
#
function http10()
{

1
.zshrc
View File

@@ -116,6 +116,7 @@ export HOMEBREW_NO_ANALYTICS=1
export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="$HOME/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH"
export QUILT_PATCHES="debian/patches"
export SAVEHIST=2000
#
if [[ -x /usr/local/bin/most || -x /usr/bin/most ]]; then