dotfiles/.config/shell/utils.d
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
..
files.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
passwords.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
python.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
README.md Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
update.sh Add utility to fix some locations 2023-05-08 12:16:37 +02:00
web.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00

Shell Utilities

This folder contains various files that provide utilities to be used in the shell.

Originally, they all were defined in one big "~/.config/shell/utils.sh" file but are now split across many smaller files here for clarity.