From: Mike Frysinger Date: Tue, 4 Nov 2008 22:45:50 +0000 (-0500) Subject: some files for root to use my scripts X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e85f4b2f53caa5c5100752b668d981481d2879d0;p=home.git some files for root to use my scripts --- 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