From 2ea9d99d207cc1d0263767fe0b006460915f4da0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 Mar 2009 10:43:52 +0100 Subject: Moved aliases directory out of the core zshrc --- etc/aliases/global | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/aliases/global (limited to 'etc/aliases/global') diff --git a/etc/aliases/global b/etc/aliases/global new file mode 100644 index 0000000..4398484 --- /dev/null +++ b/etc/aliases/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