dotfiles/.config/shell
Alexander Hess cb0017e68a
Fix _update_repositories
The function failed if a folder at the top level was not a git repository
2024-12-29 10:47:55 +01:00
..
aliases.d Add alias to edit the $HISTFILE 2023-11-30 13:38:34 +01:00
utils.d Fix _update_repositories 2024-12-29 10:47:55 +01:00
init.sh Run xcape only within X11 2024-06-07 12:46:02 +02:00
logout.sh Do not clear the screen upon logout 2024-07-02 16:20:07 +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.