From 6ac0b683a3399ec6c2e66ee49d186862a5bd0c2d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 5 Jun 2020 22:18:13 +0200 Subject: [PATCH] [home] Remove module Removed home module, since it harbors three necessary files for other modules: the basic configuration files for bash, and the environment setup for zsh to work with xdg specifications. While a descriptive module, the splitting enables further modularization and is more coherent towards their specific uses (bash and zsh setup). --- {home => bash}/.bash_profile | 0 {home => bash}/.bashrc | 0 {home => zsh}/.zshenv | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {home => bash}/.bash_profile (100%) rename {home => bash}/.bashrc (100%) rename {home => zsh}/.zshenv (100%) diff --git a/home/.bash_profile b/bash/.bash_profile similarity index 100% rename from home/.bash_profile rename to bash/.bash_profile diff --git a/home/.bashrc b/bash/.bashrc similarity index 100% rename from home/.bashrc rename to bash/.bashrc diff --git a/home/.zshenv b/zsh/.zshenv similarity index 100% rename from home/.zshenv rename to zsh/.zshenv