diff --git a/bin/clean_plugins b/bin/executable_clean_plugins old mode 100755 new mode 100644 similarity index 100% rename from bin/clean_plugins rename to bin/executable_clean_plugins diff --git a/bin/install_plugins b/bin/executable_install_plugins old mode 100755 new mode 100644 similarity index 100% rename from bin/install_plugins rename to bin/executable_install_plugins diff --git a/bin/update_plugins b/bin/executable_update_plugins old mode 100755 new mode 100644 similarity index 100% rename from bin/update_plugins rename to bin/executable_update_plugins diff --git a/bindings/clean_plugins b/bindings/executable_clean_plugins old mode 100755 new mode 100644 similarity index 100% rename from bindings/clean_plugins rename to bindings/executable_clean_plugins diff --git a/bindings/install_plugins b/bindings/executable_install_plugins old mode 100755 new mode 100644 similarity index 100% rename from bindings/install_plugins rename to bindings/executable_install_plugins diff --git a/bindings/update_plugins b/bindings/executable_update_plugins old mode 100755 new mode 100644 similarity index 100% rename from bindings/update_plugins rename to bindings/executable_update_plugins diff --git a/tpm b/executable_tpm old mode 100755 new mode 100644 similarity index 100% rename from tpm rename to executable_tpm diff --git a/scripts/check_tmux_version.sh b/scripts/executable_check_tmux_version.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/check_tmux_version.sh rename to scripts/executable_check_tmux_version.sh diff --git a/scripts/clean_plugins.sh b/scripts/executable_clean_plugins.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/clean_plugins.sh rename to scripts/executable_clean_plugins.sh diff --git a/scripts/install_plugins.sh b/scripts/executable_install_plugins.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/install_plugins.sh rename to scripts/executable_install_plugins.sh diff --git a/scripts/source_plugins.sh b/scripts/executable_source_plugins.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/source_plugins.sh rename to scripts/executable_source_plugins.sh diff --git a/scripts/update_plugin.sh b/scripts/executable_update_plugin.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/update_plugin.sh rename to scripts/executable_update_plugin.sh diff --git a/scripts/update_plugin_prompt_handler.sh b/scripts/executable_update_plugin_prompt_handler.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/update_plugin_prompt_handler.sh rename to scripts/executable_update_plugin_prompt_handler.sh diff --git a/scripts/variables.sh b/scripts/executable_variables.sh similarity index 100% rename from scripts/variables.sh rename to scripts/executable_variables.sh diff --git a/scripts/helpers/plugin_functions.sh b/scripts/helpers/executable_plugin_functions.sh similarity index 100% rename from scripts/helpers/plugin_functions.sh rename to scripts/helpers/executable_plugin_functions.sh diff --git a/scripts/helpers/shell_echo_functions.sh b/scripts/helpers/executable_shell_echo_functions.sh similarity index 100% rename from scripts/helpers/shell_echo_functions.sh rename to scripts/helpers/executable_shell_echo_functions.sh diff --git a/scripts/helpers/tmux_echo_functions.sh b/scripts/helpers/executable_tmux_echo_functions.sh similarity index 100% rename from scripts/helpers/tmux_echo_functions.sh rename to scripts/helpers/executable_tmux_echo_functions.sh diff --git a/scripts/helpers/tmux_utils.sh b/scripts/helpers/executable_tmux_utils.sh similarity index 100% rename from scripts/helpers/tmux_utils.sh rename to scripts/helpers/executable_tmux_utils.sh diff --git a/scripts/helpers/utility.sh b/scripts/helpers/executable_utility.sh similarity index 100% rename from scripts/helpers/utility.sh rename to scripts/helpers/executable_utility.sh diff --git a/tests/expect_failed_plugin_download b/tests/executable_expect_failed_plugin_download old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_failed_plugin_download rename to tests/executable_expect_failed_plugin_download diff --git a/tests/expect_successful_clean_plugins b/tests/executable_expect_successful_clean_plugins old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_clean_plugins rename to tests/executable_expect_successful_clean_plugins diff --git a/tests/expect_successful_multiple_plugins_download b/tests/executable_expect_successful_multiple_plugins_download old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_multiple_plugins_download rename to tests/executable_expect_successful_multiple_plugins_download diff --git a/tests/expect_successful_plugin_download b/tests/executable_expect_successful_plugin_download old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_plugin_download rename to tests/executable_expect_successful_plugin_download diff --git a/tests/expect_successful_update_of_a_single_plugin b/tests/executable_expect_successful_update_of_a_single_plugin old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_update_of_a_single_plugin rename to tests/executable_expect_successful_update_of_a_single_plugin diff --git a/tests/expect_successful_update_of_all_plugins b/tests/executable_expect_successful_update_of_all_plugins old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_update_of_all_plugins rename to tests/executable_expect_successful_update_of_all_plugins diff --git a/tests/test_plugin_clean.sh b/tests/executable_test_plugin_clean.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_clean.sh rename to tests/executable_test_plugin_clean.sh diff --git a/tests/test_plugin_installation.sh b/tests/executable_test_plugin_installation.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_installation.sh rename to tests/executable_test_plugin_installation.sh diff --git a/tests/test_plugin_installation_legacy.sh b/tests/executable_test_plugin_installation_legacy.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_installation_legacy.sh rename to tests/executable_test_plugin_installation_legacy.sh diff --git a/tests/test_plugin_sourcing.sh b/tests/executable_test_plugin_sourcing.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_sourcing.sh rename to tests/executable_test_plugin_sourcing.sh diff --git a/tests/test_plugin_update.sh b/tests/executable_test_plugin_update.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_update.sh rename to tests/executable_test_plugin_update.sh diff --git a/tests/helpers/tpm.sh b/tests/helpers/executable_tpm.sh similarity index 100% rename from tests/helpers/tpm.sh rename to tests/helpers/executable_tpm.sh