dotfiles/.config/shell
Alexander Hess a056361112
Add utility to fix some locations
- some locations are automatically created by some programs and need
  to be "fixed" from time to time
- Example: Gnome Seahorse (i.e., the passwords and keyrings application)
  uses ~/.pki by default but switches to $XDG_DATA_HOME/pki if it exists
  => we move the location to make everything $XDG compliant
2023-05-08 12:16:37 +02:00
..
aliases.d Move ~/.dotfiles to $XDG_DATA_HOME/dotfiles 2023-05-01 02:22:42 +02:00
utils.d Add utility to fix some locations 2023-05-08 12:16:37 +02:00
init.sh Add utilities to check if X11 or Wayland is running 2023-05-01 02:22:44 +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.