From 36b28ae72e1d7928a8598c7573cc420e332fe7bf Mon Sep 17 00:00:00 2001 From: lachtan Date: Sun, 1 Sep 2024 08:26:14 +0200 Subject: [PATCH] Move init scipts to rc.local --- {rc => rc.local}/git-prompt.sh | 0 {rc => rc.local}/go-env.sh.skip | 0 {rc => rc.local}/thefuck.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {rc => rc.local}/git-prompt.sh (100%) rename {rc => rc.local}/go-env.sh.skip (100%) rename {rc => rc.local}/thefuck.sh (100%) diff --git a/rc/git-prompt.sh b/rc.local/git-prompt.sh similarity index 100% rename from rc/git-prompt.sh rename to rc.local/git-prompt.sh diff --git a/rc/go-env.sh.skip b/rc.local/go-env.sh.skip similarity index 100% rename from rc/go-env.sh.skip rename to rc.local/go-env.sh.skip diff --git a/rc/thefuck.sh b/rc.local/thefuck.sh similarity index 100% rename from rc/thefuck.sh rename to rc.local/thefuck.sh