From 3330d215092e8a46fa7a36a18768a224df8fa0ac Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Sat, 3 Feb 2018 15:46:50 +0200 Subject: [PATCH] keys -> terminal --- init.zsh | 2 +- modules/{keys.zsh => terminal.zsh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/{keys.zsh => terminal.zsh} (100%) diff --git a/init.zsh b/init.zsh index b794cfe..63e5a3e 100644 --- a/init.zsh +++ b/init.zsh @@ -56,7 +56,7 @@ source "${ZSHUPER_DIR}/modules/directories.zsh" source "${ZSHUPER_DIR}/modules/editor.zsh" source "${ZSHUPER_DIR}/modules/hastebin.zsh" source "${ZSHUPER_DIR}/modules/history.zsh" -source "${ZSHUPER_DIR}/modules/keys.zsh" +source "${ZSHUPER_DIR}/modules/terminal.zsh" source "${ZSHUPER_DIR}/modules/new-scratch.zsh" source "${ZSHUPER_DIR}/modules/pacman.zsh" source "${ZSHUPER_DIR}/modules/rationalize-dot.zsh" diff --git a/modules/keys.zsh b/modules/terminal.zsh similarity index 100% rename from modules/keys.zsh rename to modules/terminal.zsh