dotfiles/.config/shell
2024-06-07 11:39:33 +02:00
..
aliases.d Add alias to edit the $HISTFILE 2023-11-30 13:38:34 +01:00
utils.d Add a bit of separation 2024-03-19 09:29:19 +01:00
init.sh Align xkb options 2024-06-07 11:39:33 +02:00
logout.sh Clear screen only after confirmation 2024-06-06 19:10:46 +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.