summaryrefslogtreecommitdiff
path: root/etc/functions/esource
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-08-23 21:18:28 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-08-23 21:18:28 +0200
commitd1ad5900a4bd9470252561451e9a62a82ce34d1c (patch)
treee10621dac817ea57614db9b9f4a3ef69a9ba1002 /etc/functions/esource
parent791df18b7694a9f5321e461c6f832e57089ee033 (diff)
Added xexport, renamed esource to xsource
Diffstat (limited to 'etc/functions/esource')
-rw-r--r--etc/functions/esource4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/functions/esource b/etc/functions/esource
deleted file mode 100644
index ff01ab4..0000000
--- a/etc/functions/esource
+++ /dev/null
@@ -1,4 +0,0 @@
-## vim:ft=zsh
-if [[ -r $1 ]] {
- source $1
-}