Browse Source

[#23] Convert alias into a module

master
Sorin Ionescu 12 years ago
parent
commit
bebbf3a99d
  1. 1
      init.zsh
  2. 0
      modules/alias/init.zsh

1
init.zsh

@ -56,7 +56,6 @@ source "${0:h}/completion.zsh" @@ -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

0
alias.zsh → modules/alias/init.zsh

Loading…
Cancel
Save