bashrc & zshrc: set PKG_CONFIG_PATH

This commit is contained in:
Mikaela Suomalainen 2014-12-24 15:41:34 +02:00
parent 007b6d2a33
commit 53e4c32cef
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -254,6 +254,9 @@ else
fi
alias maken="make -j$NPROC"
# Ensure that pkg-config paths are found
export PKG_CONFIG_PATH=$(which pkg-config)
##### Aliases RJ706I #####
# To get sudo work with aliases.

3
zshrc
View File

@ -191,6 +191,9 @@ else
fi
alias maken="make -j$NPROC"
# Ensure that pkg-config paths are found
export PKG_CONFIG_PATH=$(which pkg-config)
##### Aliases RJ706I #####
# To get sudo work with aliases.