[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:
parent
a64744dd8d
commit
6ac0b683a3
3 changed files with 0 additions and 0 deletions
6
zsh/.zshenv
Normal file
6
zsh/.zshenv
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue