From f964f2f060a06a63fc17de99a7c5279b2c8dca94 Mon Sep 17 00:00:00 2001 From: "FCD (ubersapce)" Date: Tue, 10 Nov 2020 16:08:09 +0100 Subject: [PATCH] Made basrc.d files executable. --- dot_bashrc.d/{08.alias => executable_08.alias} | 0 dot_bashrc.d/{09.functions => executable_09.functions} | 0 dot_bashrc.d/{bashrc.init => executable_bashrc.init} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename dot_bashrc.d/{08.alias => executable_08.alias} (100%) mode change 100755 => 100644 rename dot_bashrc.d/{09.functions => executable_09.functions} (100%) rename dot_bashrc.d/{bashrc.init => executable_bashrc.init} (100%) diff --git a/dot_bashrc.d/08.alias b/dot_bashrc.d/executable_08.alias old mode 100755 new mode 100644 similarity index 100% rename from dot_bashrc.d/08.alias rename to dot_bashrc.d/executable_08.alias diff --git a/dot_bashrc.d/09.functions b/dot_bashrc.d/executable_09.functions similarity index 100% rename from dot_bashrc.d/09.functions rename to dot_bashrc.d/executable_09.functions diff --git a/dot_bashrc.d/bashrc.init b/dot_bashrc.d/executable_bashrc.init similarity index 100% rename from dot_bashrc.d/bashrc.init rename to dot_bashrc.d/executable_bashrc.init