diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-19 19:33:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-19 19:33:01 +0200 |
commit | 42562531389e9998c83a1c05a1551244e4457f55 (patch) | |
tree | 726751aa9e3eae2e7df7d68fbb813bdca38ef3fa /etc/alias/global |
initial commit
Diffstat (limited to 'etc/alias/global')
-rw-r--r-- | etc/alias/global | 9 |
1 files changed, 9 insertions, 0 deletions
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' |