Browse Source

[#23] Convert history into a module

master
Sorin Ionescu 13 years ago
parent
commit
4f06785949
  1. 1
      init.zsh
  2. 0
      modules/history/init.zsh

1
init.zsh

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

0
history.zsh → modules/history/init.zsh

Loading…
Cancel
Save