dotfiles/.config/shell/utils.d
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
..
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 Fix _update_repositories 2024-12-29 10:47:55 +01: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.