mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
skeleton/root/.bash_profile: don't set PATH
Even if the main shell is bash /etc/profile is also parsed so it's redundant. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
cfad612fc7
commit
34853976f9
@ -1,13 +1,5 @@
|
|||||||
# .bash_profile
|
# .bash_profile
|
||||||
|
|
||||||
export PATH=\
|
|
||||||
/bin:\
|
|
||||||
/sbin:\
|
|
||||||
/usr/bin:\
|
|
||||||
/usr/sbin:\
|
|
||||||
/usr/bin/X11:\
|
|
||||||
/usr/local/bin
|
|
||||||
|
|
||||||
umask 022
|
umask 022
|
||||||
|
|
||||||
if [ -f ~/.bashrc ]; then
|
if [ -f ~/.bashrc ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user