summaryrefslogtreecommitdiff
path: root/etc/functions/xcat
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/xcat')
-rw-r--r--etc/functions/xcat5
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
-}