2022-08-08 23:08:17 +02:00
|
|
|
# Shell-related Configuration
|
|
|
|
|
2022-08-08 23:59:31 +02:00
|
|
|
This folder contains further files that are sourced by `bash` and `zsh`.
|
2022-08-11 16:56:28 +02:00
|
|
|
|
|
|
|
[init.sh](https://gitlab.webartifex.biz/alexander/dotfiles/-/blob/main/.config/shell/init.sh)
|
|
|
|
contains the common initialization logic for all shells
|
|
|
|
and
|
|
|
|
integrates the two sub-folders
|
|
|
|
[aliases.d](https://gitlab.webartifex.biz/alexander/dotfiles/-/tree/main/.config/shell/aliases.d)
|
|
|
|
and
|
|
|
|
[utils.d](https://gitlab.webartifex.biz/alexander/dotfiles/-/tree/main/.config/shell/utils.d).
|