Mainly bash refact

This commit is contained in:
2026-07-06 20:37:06 +02:00
parent 478053d6be
commit 2325bc8971
36 changed files with 284 additions and 2712 deletions
+4
View File
@@ -7,3 +7,7 @@
&& source "$HOME/.bashrc"
[[ -f "$HOME/.bash/system/index.sh" ]] \
&& source "$HOME/.bash/system/index.sh"
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi