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"