From 6854c3bfa85e69f3d37475cfa9908c94b15bedaf Mon Sep 17 00:00:00 2001 From: lachtan Date: Fri, 3 Jan 2025 16:58:29 +0000 Subject: [PATCH] Join rc and rc.local folders --- bashrc | 1 + rc/03-bash.sh.skip => rc.available/03-bash.sh | 0 rc.local/go-env.sh.skip => rc.available/go-env.sh | 0 {rc.local => rc}/cargo.sh | 0 {rc.local => rc}/git-prompt.sh | 0 {rc.local => rc}/linuxbrew.sh | 0 {rc.local => rc}/oracle-oci.sh | 0 {rc.local => rc}/pyenv.sh | 0 {rc.local => rc}/sdkman.sh | 0 {rc.local => rc}/thefuck.sh | 0 {rc.local => rc}/wsl.sh | 0 rc/zz-local.sh | 5 ----- 12 files changed, 1 insertion(+), 5 deletions(-) rename rc/03-bash.sh.skip => rc.available/03-bash.sh (100%) rename rc.local/go-env.sh.skip => rc.available/go-env.sh (100%) rename {rc.local => rc}/cargo.sh (100%) rename {rc.local => rc}/git-prompt.sh (100%) rename {rc.local => rc}/linuxbrew.sh (100%) rename {rc.local => rc}/oracle-oci.sh (100%) rename {rc.local => rc}/pyenv.sh (100%) rename {rc.local => rc}/sdkman.sh (100%) rename {rc.local => rc}/thefuck.sh (100%) rename {rc.local => rc}/wsl.sh (100%) delete mode 100644 rc/zz-local.sh diff --git a/bashrc b/bashrc index 6b479f0..5eb6226 100644 --- a/bashrc +++ b/bashrc @@ -15,6 +15,7 @@ fi source "$LWS/functions.sh" source_directory_sh "$LWS/rc" +source_directory_sh "$HOME/.bashrc.d" append_path "$LWS/bin" append_path "$LWS/opt/bin" diff --git a/rc/03-bash.sh.skip b/rc.available/03-bash.sh similarity index 100% rename from rc/03-bash.sh.skip rename to rc.available/03-bash.sh diff --git a/rc.local/go-env.sh.skip b/rc.available/go-env.sh similarity index 100% rename from rc.local/go-env.sh.skip rename to rc.available/go-env.sh diff --git a/rc.local/cargo.sh b/rc/cargo.sh similarity index 100% rename from rc.local/cargo.sh rename to rc/cargo.sh diff --git a/rc.local/git-prompt.sh b/rc/git-prompt.sh similarity index 100% rename from rc.local/git-prompt.sh rename to rc/git-prompt.sh diff --git a/rc.local/linuxbrew.sh b/rc/linuxbrew.sh similarity index 100% rename from rc.local/linuxbrew.sh rename to rc/linuxbrew.sh diff --git a/rc.local/oracle-oci.sh b/rc/oracle-oci.sh similarity index 100% rename from rc.local/oracle-oci.sh rename to rc/oracle-oci.sh diff --git a/rc.local/pyenv.sh b/rc/pyenv.sh similarity index 100% rename from rc.local/pyenv.sh rename to rc/pyenv.sh diff --git a/rc.local/sdkman.sh b/rc/sdkman.sh similarity index 100% rename from rc.local/sdkman.sh rename to rc/sdkman.sh diff --git a/rc.local/thefuck.sh b/rc/thefuck.sh similarity index 100% rename from rc.local/thefuck.sh rename to rc/thefuck.sh diff --git a/rc.local/wsl.sh b/rc/wsl.sh similarity index 100% rename from rc.local/wsl.sh rename to rc/wsl.sh diff --git a/rc/zz-local.sh b/rc/zz-local.sh deleted file mode 100644 index 497b126..0000000 --- a/rc/zz-local.sh +++ /dev/null @@ -1,5 +0,0 @@ -# Load user locals bashrc - -source_directory_sh "$LWS/rc.local" -# user operations are in the end to have change to change everyting/anything -source_directory_sh "$HOME/.bashrc.d"