summaryrefslogtreecommitdiff
path: root/etc/functions/esource
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-08-23 11:29:44 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-08-23 11:29:44 +0200
commit40f4b2b6ddc3d7796601b1e928b6bb530aca71ab (patch)
treee812163ed3a1bcfce40d4076406f6a1384c8fc2b /etc/functions/esource
parent3872a5ebe5767e10b780cf26658f419d3e7ed87f (diff)
Added etc/local for site-specific settings
Diffstat (limited to 'etc/functions/esource')
-rw-r--r--etc/functions/esource4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/functions/esource b/etc/functions/esource
new file mode 100644
index 0000000..ff01ab4
--- /dev/null
+++ b/etc/functions/esource
@@ -0,0 +1,4 @@
+## vim:ft=zsh
+if [[ -r $1 ]] {
+ source $1
+}