Advertisement
xerpi

bashrc

Sep 27th, 2013
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. #PRO1 FIB
  2. alias p1++="g++ -ansi -O2 -DNDEBUG -D_GLIBCXX_DEBUG -Wall -Wextra -Werror -Wno-uninitialized -Wno-sign-compare -Wshadow"
  3.  
  4. #Wayland
  5. WLD=/opt/wayland
  6. LD_LIBRARY_PATH=$WLD/lib
  7. PKG_CONFIG_PATH=$WLD/lib/pkgconfig/:$WLD/share/pkgconfig/
  8. ACLOCAL_PATH="$WLD/share/aclocal"
  9. ACLOCAL="aclocal -I $ACLOCAL_PATH"
  10.  
  11. export WLD LD_LIBRARY_PATH PKG_CONFIG_PATH ACLOCAL ACLOCAL_PATH
  12.  
  13. #PSPSDK
  14. export PATH=$PATH:/opt/pspsdk/bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement