diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshenv | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -31,3 +31,8 @@ export VIT_DIR="$XDG_CONFIG_HOME/vit" | |||
| 31 | # music player daemon | 31 | # music player daemon |
| 32 | export MPD_HOST=localhost | 32 | export MPD_HOST=localhost |
| 33 | 33 | ||
| 34 | # Fix für include/lib Verzeichnisse | ||
| 35 | # Details: https://gcc.gnu.org/onlinedocs/cpp/Environment-Variables.html | ||
| 36 | export C_INCLUDE_PATH="/usr/local/include:$C_INCLUDE_PATH" | ||
| 37 | export CPLUS_INCLUDE_PATH="/usr/local/include:$CPLUS_INCLUDE_PATH" | ||
| 38 | export LIBRARY_PATH="/usr/local/lib:$LIBRARY_PATH" | ||
