diff options
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 +} |