Commit dcc393dd authored by Dom Sekotill's avatar Dom Sekotill
Browse files

removed LD_LIBRARY_PATH from ~/.profile - not needed

parent 2d3ac058
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ PREFIX=":/usr:/usr/local"
source_each ~/.profile_local

manage_path PATH ~/.local/bin before check
manage_path LD_LIBRARY_PATH ~/.local/lib before check
manage_path PKG_CONFIG_PATH ~/.local/lib/pkgconfig before check
manage_path PREFIX ~/.local

@@ -32,7 +31,6 @@ manage_path PATH /sbin
manage_path PATH /usr/sbin

export PATH
export LD_LIBRARY_PATH
export PKG_CONFIG_PATH
unset -f manage_path