summaryrefslogtreecommitdiff
path: root/etc/aliases/global
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-12 10:43:52 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-12 10:43:56 +0100
commit2ea9d99d207cc1d0263767fe0b006460915f4da0 (patch)
treecd76978322faab21e7da05ca6e78b428087df880 /etc/aliases/global
parent21d19830698e79cc46f4222ff51d985c362e9686 (diff)
Moved aliases directory out of the core zshrc
Diffstat (limited to 'etc/aliases/global')
-rw-r--r--etc/aliases/global9
1 files changed, 9 insertions, 0 deletions
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'