summaryrefslogtreecommitdiff
path: root/etc/aliases/global
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-11-12 22:02:20 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-11-12 22:02:20 +0100
commitc7927ea61730bd6d8a283078d89dffdca08535cd (patch)
tree2f6098a2aa4070d9d35c6a4c1cf9614a8da9c0f6 /etc/aliases/global
parentd3d4767fb5ba7e036cdbb8e351f678e54e95078f (diff)
Merge stuff into .zshrc
Diffstat (limited to 'etc/aliases/global')
-rw-r--r--etc/aliases/global9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/aliases/global b/etc/aliases/global
deleted file mode 100644
index 4398484..0000000
--- a/etc/aliases/global
+++ /dev/null
@@ -1,9 +0,0 @@
-## 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'