diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-08 09:28:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-08 09:28:26 +0000 |
commit | 40e4f4c40b8da652eded74fb3c607c2fb289a10f (patch) | |
tree | e9f4affae43eb0e8fe4d901527bd697df59181c1 /Src/xmods.conf | |
parent | 33d4db61ca82df96ba15d694d006102fdad4e640 (diff) | |
download | zsh-40e4f4c40b8da652eded74fb3c607c2fb289a10f.tar.gz zsh-40e4f4c40b8da652eded74fb3c607c2fb289a10f.tar.xz zsh-40e4f4c40b8da652eded74fb3c607c2fb289a10f.zip |
unposted: Remove Src/Aliases stuff and remove aliased modules from xmods.conf
Diffstat (limited to 'Src/xmods.conf')
-rw-r--r-- | Src/xmods.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Src/xmods.conf b/Src/xmods.conf index c36105721..9cc5c4751 100644 --- a/Src/xmods.conf +++ b/Src/xmods.conf @@ -1,5 +1,10 @@ -rlimits -comp1 -zle -compctl -sched +L zsh/rlimits +L zsh/zle +L zsh/complete +L zsh/compctl +L zsh/sched +L zsh/complist +L zsh/zutil +L zsh/computil +L zsh/parameter +L zsh/zleparameter |