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

[#23] Convert terminal into a module

This commit is contained in:
Sorin Ionescu
2012-03-28 14:44:50 -04:00
parent 1330e6e792
commit 56f8f83d58
3 changed files with 3 additions and 4 deletions

View File

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