]> git.wh0rd.org - home.git/commitdiff
some files for root to use my scripts
authorMike Frysinger <vapier@gentoo.org>
Tue, 4 Nov 2008 22:45:50 +0000 (17:45 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 19:36:05 +0000 (15:36 -0400)
.profile.d/ROOT-bash_profile [new file with mode: 0644]
.profile.d/ROOT-bashrc [new file with mode: 0644]

diff --git a/.profile.d/ROOT-bash_profile b/.profile.d/ROOT-bash_profile
new file mode 100644 (file)
index 0000000..86795d7
--- /dev/null
@@ -0,0 +1 @@
+source ~/.bashrc
diff --git a/.profile.d/ROOT-bashrc b/.profile.d/ROOT-bashrc
new file mode 100644 (file)
index 0000000..771bfd3
--- /dev/null
@@ -0,0 +1,4 @@
+for sh in /home/vapier/.profile.d/*.sh ; do
+       . "$sh"
+done
+unset sh