dotfiles/.config/shell
Alexander Hess a8f8caccc0
Re-organize the shells' initialization logic
- 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
2022-08-14 17:38:43 +02:00
..
aliases.d Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
utils.d Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
init.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
init_dotfiles.sh Add installation script 2022-08-11 21:48:34 +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.