summaryrefslogtreecommitdiff
path: root/etc/functions/xexport
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/xexport
parent791df18b7694a9f5321e461c6f832e57089ee033 (diff)
Added xexport, renamed esource to xsource
Diffstat (limited to 'etc/functions/xexport')
-rw-r--r--etc/functions/xexport4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/functions/xexport b/etc/functions/xexport
new file mode 100644
index 0000000..6c9235b
--- /dev/null
+++ b/etc/functions/xexport
@@ -0,0 +1,4 @@
+## vim:ft=zsh
+if [[ -n $1 ]] {
+ export $1
+}