diff options
Diffstat (limited to 'etc/functions/xexport')
-rw-r--r-- | etc/functions/xexport | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/functions/xexport b/etc/functions/xexport deleted file mode 100644 index 6c9235b..0000000 --- a/etc/functions/xexport +++ /dev/null @@ -1,4 +0,0 @@ -## vim:ft=zsh -if [[ -n $1 ]] { - export $1 -} |