Remove obsolete .../sbin directories from $PATH
This commit is contained in:
parent
e2bc785fe1
commit
98cedb3d22
@ -108,7 +108,6 @@ in
|
||||
"/info"
|
||||
"/lib"
|
||||
"/man"
|
||||
"/sbin"
|
||||
"/share/emacs"
|
||||
"/share/vim-plugins"
|
||||
"/share/org"
|
||||
|
@ -39,7 +39,7 @@ in
|
||||
|
||||
# TODO: move most of these elsewhere
|
||||
environment.profileRelativeEnvVars =
|
||||
{ PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
|
||||
{ PATH = [ "/bin" "/lib/kde4/libexec" ];
|
||||
INFOPATH = [ "/info" "/share/info" ];
|
||||
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
|
||||
TERMINFO_DIRS = [ "/share/terminfo" ];
|
||||
|
Loading…
Reference in New Issue
Block a user