[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).
This commit is contained in:
Marty Oehme 2020-06-05 22:18:13 +02:00
parent a64744dd8d
commit 6ac0b683a3
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
3 changed files with 0 additions and 0 deletions

6
zsh/.zshenv Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env zsh
#
# make zsh source the correct directory
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"}
ZDOTDIR="$XDG_CONFIG_HOME/zsh"