From 9fc437439bbdc86ac1a20296d9d2144d07ae1708 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 31 Mar 2012 13:51:40 -0400 Subject: [PATCH] Rename keyboard to editor It is not the keyboard that is being set up but the Zsh Line Editor (ZLE). --- keyboard.zsh => editor.zsh | 0 init.zsh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename keyboard.zsh => editor.zsh (100%) diff --git a/keyboard.zsh b/editor.zsh similarity index 100% rename from keyboard.zsh rename to editor.zsh diff --git a/init.zsh b/init.zsh index 05caa10d..95146461 100644 --- a/init.zsh +++ b/init.zsh @@ -37,7 +37,7 @@ autoload -Uz compinit && compinit -i source "${0:h}/helper.zsh" source "${0:h}/environment.zsh" source "${0:h}/terminal.zsh" -source "${0:h}/keyboard.zsh" +source "${0:h}/editor.zsh" source "${0:h}/completion.zsh" source "${0:h}/history.zsh" source "${0:h}/directory.zsh"