diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-12 10:43:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-12 10:43:56 +0100 |
commit | 2ea9d99d207cc1d0263767fe0b006460915f4da0 (patch) | |
tree | cd76978322faab21e7da05ca6e78b428087df880 /etc/alias/global | |
parent | 21d19830698e79cc46f4222ff51d985c362e9686 (diff) |
Moved aliases directory out of the core zshrc
Diffstat (limited to 'etc/alias/global')
-rw-r--r-- | etc/alias/global | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/alias/global b/etc/alias/global deleted file mode 100644 index 4398484..0000000 --- a/etc/alias/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' |