1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-22 17:28:01 +00:00

[#23] Convert alias into a module

This commit is contained in:
Sorin Ionescu 2012-03-28 13:07:01 -04:00
parent 73478bd190
commit bebbf3a99d
2 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ source "${0:h}/completion.zsh"
source "${0:h}/history.zsh"
source "${0:h}/directory.zsh"
source "${0:h}/spectrum.zsh"
source "${0:h}/alias.zsh"
# Source modules defined in ~/.zshrc.
for omodule in "$omodules[@]"; do