mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09: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
|
fi
|
||||||
alias maken="make -j$NPROC"
|
alias maken="make -j$NPROC"
|
||||||
|
|
||||||
|
# Ensure that pkg-config paths are found
|
||||||
|
export PKG_CONFIG_PATH=$(which pkg-config)
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
3
zshrc
3
zshrc
@ -191,6 +191,9 @@ else
|
|||||||
fi
|
fi
|
||||||
alias maken="make -j$NPROC"
|
alias maken="make -j$NPROC"
|
||||||
|
|
||||||
|
# Ensure that pkg-config paths are found
|
||||||
|
export PKG_CONFIG_PATH=$(which pkg-config)
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
Loading…
Reference in New Issue
Block a user