diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-23 21:18:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-23 21:18:28 +0200 |
commit | d1ad5900a4bd9470252561451e9a62a82ce34d1c (patch) | |
tree | e10621dac817ea57614db9b9f4a3ef69a9ba1002 /etc/functions/xexport | |
parent | 791df18b7694a9f5321e461c6f832e57089ee033 (diff) |
Added xexport, renamed esource to xsource
Diffstat (limited to 'etc/functions/xexport')
-rw-r--r-- | etc/functions/xexport | 4 |
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 +} |