From e85f4b2f53caa5c5100752b668d981481d2879d0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 4 Nov 2008 17:45:50 -0500 Subject: [PATCH] some files for root to use my scripts --- .profile.d/ROOT-bash_profile | 1 + .profile.d/ROOT-bashrc | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .profile.d/ROOT-bash_profile create mode 100644 .profile.d/ROOT-bashrc diff --git a/.profile.d/ROOT-bash_profile b/.profile.d/ROOT-bash_profile new file mode 100644 index 0000000..86795d7 --- /dev/null +++ b/.profile.d/ROOT-bash_profile @@ -0,0 +1 @@ +source ~/.bashrc diff --git a/.profile.d/ROOT-bashrc b/.profile.d/ROOT-bashrc new file mode 100644 index 0000000..771bfd3 --- /dev/null +++ b/.profile.d/ROOT-bashrc @@ -0,0 +1,4 @@ +for sh in /home/vapier/.profile.d/*.sh ; do + . "$sh" +done +unset sh -- 2.39.5