From 42562531389e9998c83a1c05a1551244e4457f55 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 19 May 2008 19:33:01 +0200 Subject: initial commit --- etc/alias/global | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/alias/global (limited to 'etc/alias/global') diff --git a/etc/alias/global b/etc/alias/global new file mode 100644 index 0000000..4398484 --- /dev/null +++ b/etc/alias/global @@ -0,0 +1,9 @@ +## Global aliases +## evil, but rarely messy +## vim:ft=zsh +alias -g EG='|egrep' +alias -g FG='|fgrep' +alias -g G='|grep' +alias -g H='|head' +alias -g L='|less' +alias -g T='|tail' -- cgit v1.2.3