1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 07:49:09 +00:00

[#23] Convert editor into a module

This commit is contained in:
Sorin Ionescu
2012-03-28 14:42:34 -04:00
parent 92816f6db7
commit 1330e6e792
4 changed files with 8 additions and 9 deletions

View File

@@ -50,7 +50,6 @@ autoload -Uz compinit && compinit -i
source "${0:h}/helper.zsh"
source "${0:h}/environment.zsh"
source "${0:h}/terminal.zsh"
source "${0:h}/editor.zsh"
# Source modules defined in ~/.zshrc.
for omodule in "$omodules[@]"; do