From 4f0678594926ffe17c6fbec11c5c0a143f36b73f Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Wed, 28 Mar 2012 13:47:04 -0400 Subject: [PATCH] [#23] Convert history into a module --- init.zsh | 1 - history.zsh => modules/history/init.zsh | 0 2 files changed, 1 deletion(-) rename history.zsh => modules/history/init.zsh (100%) diff --git a/init.zsh b/init.zsh index 27595ce0..a52def55 100644 --- a/init.zsh +++ b/init.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 diff --git a/history.zsh b/modules/history/init.zsh similarity index 100% rename from history.zsh rename to modules/history/init.zsh