]> Frank Brehm's Git Trees - config/helga/portage.git/commitdiff
Initial revision
authorFrank Brehm <frank@brehm-online.com>
Sat, 14 Aug 2010 11:13:52 +0000 (11:13 +0000)
committerFrank Brehm <frank@brehm-online.com>
Sat, 14 Aug 2010 11:13:52 +0000 (11:13 +0000)
bashrc [new file with mode: 0644]

diff --git a/bashrc b/bashrc
new file mode 100644 (file)
index 0000000..bf1d598
--- /dev/null
+++ b/bashrc
@@ -0,0 +1,10 @@
+
+for conf in ${PN} ${PN}:${SLOT} ${PN}-${PV} ${PN}-${PV}-${PR}; do
+    e=/etc/portage/env/${CATEGORY}/${conf}
+    if [[ -f ${e} ]]; then
+        einfo "Reading environment from ${e}"
+        . ${e}
+    fi
+done
+
+# vim: noai : ts=4 fenc=utf-8 filetype=sh