diff options
Diffstat (limited to 'etc/functions/xcat')
-rw-r--r-- | etc/functions/xcat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/functions/xcat b/etc/functions/xcat deleted file mode 100644 index 3b74fe9..0000000 --- a/etc/functions/xcat +++ /dev/null @@ -1,5 +0,0 @@ -## vim:ft=zsh -while [[ -n $1 ]] { - [[ -r $1 ]] && cat $1 - shift -} |