From 1aaec4b9b6becaf19f65220f76a81b3b912a6614 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 14 Mar 2009 14:47:12 +0100 Subject: Added xcat --- etc/functions/xcat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 etc/functions/xcat (limited to 'etc/functions') diff --git a/etc/functions/xcat b/etc/functions/xcat new file mode 100644 index 0000000..8a03d30 --- /dev/null +++ b/etc/functions/xcat @@ -0,0 +1,2 @@ +## vim:ft=zsh +[[ -r $1 ]] && cat $1 -- cgit v1.2.3