dotfiles/.config/shell
Alexander Hess 13b8724696
Move everything possible into XDG directories
With the help of xdg-ninja (https://github.com/b3nj5m1n/xdg-ninja)
we move all kinds of config/cache files into the XDG directories
2023-05-01 02:22:39 +02:00
..
aliases.d Move everything possible into XDG directories 2023-05-01 02:22:39 +02:00
utils.d Move everything possible into XDG directories 2023-05-01 02:22:39 +02:00
init.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
init_dotfiles.sh Move everything possible into XDG directories 2023-05-01 02:22:39 +02:00
logout.sh Configure zsh 2022-08-11 21:22:50 +02:00
README.md Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00

Shell-related Configuration

This folder contains further files that are sourced by bash and zsh.

init.sh contains the common initialization logic for all shells and integrates the two sub-folders aliases.d and utils.d.