about summary refs log tree commit diff stats
path: root/profile/01_path.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/01_path.sh')
-rw-r--r--profile/01_path.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/profile/01_path.sh b/profile/01_path.sh deleted file mode 100644 index 8b18f5e..0000000 --- a/profile/01_path.sh +++ /dev/null
@@ -1,19 +0,0 @@
1# PATH and variables for $HOME-local installations
2
3LOCAL_PREFIX="$HOME/usr"
4export LOCAL_PREFIX
5
6# Pkg-config
7path_add_unsafe PKG_CONFIG_PATH "$LOCAL_PREFIX/lib/pkgconfig"
8export PKG_CONFIG_PATH
9
10# LD_LIBRARY_PATH
11path_add_unsafe LD_LIBRARY_PATH "$LOCAL_PREFIX/lib"
12export LD_LIBRARY_PATH
13
14# see 00_functions.sh for `path_add'
15path_add_to_PATH \
16 "$HOME/bin" \
17 "$LOCAL_PREFIX/bin" \
18 "$LOCAL_PREFIX/scripts" \
19 "$LOCAL_PREFIX/games/"