Alexander Hess
a8f8caccc0
- unify ~/.config/shell/aliases.sh and ~/.config/shell/utils.sh into a common ~/.config/shell/init.sh - split the contents of ~/.config/shell/aliases.sh into the folder ~/.config/shell/aliases.d - split the contents of ~/.config/shell/utils.sh into the folder ~/.config/shell/utils.d
11 lines
523 B
Markdown
11 lines
523 B
Markdown
# Shell-related Configuration
|
|
|
|
This folder contains further files that are sourced by `bash` and `zsh`.
|
|
|
|
[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).
|