mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
bashrc & zshrc: set PKG_CONFIG_PATH
This commit is contained in:
parent
007b6d2a33
commit
53e4c32cef
3
bashrc
3
bashrc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user