From 15be7de2123d2101f6b52f5c97a7bb32b3d03545 Mon Sep 17 00:00:00 2001 From: vonProteus <> Date: Sun, 3 Mar 2024 19:00:15 +0100 Subject: [PATCH] Force order of zsh.d --- zsh.d/{bindings.zsh => 20_bindings.zsh} | 0 zsh.d/{broot.zsh => 50_broot.zsh} | 0 zsh.d/{kubernetes.zsh => 50_kubernetes.zsh} | 0 zsh.d/{prompt.zsh => 50_prompt.zsh} | 0 zsh.d/{screen.zsh => 50_screen.zsh} | 0 zsh.d/{zplug.zsh => 50_zplug.zsh} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename zsh.d/{bindings.zsh => 20_bindings.zsh} (100%) rename zsh.d/{broot.zsh => 50_broot.zsh} (100%) rename zsh.d/{kubernetes.zsh => 50_kubernetes.zsh} (100%) rename zsh.d/{prompt.zsh => 50_prompt.zsh} (100%) rename zsh.d/{screen.zsh => 50_screen.zsh} (100%) rename zsh.d/{zplug.zsh => 50_zplug.zsh} (100%) diff --git a/zsh.d/bindings.zsh b/zsh.d/20_bindings.zsh similarity index 100% rename from zsh.d/bindings.zsh rename to zsh.d/20_bindings.zsh diff --git a/zsh.d/broot.zsh b/zsh.d/50_broot.zsh similarity index 100% rename from zsh.d/broot.zsh rename to zsh.d/50_broot.zsh diff --git a/zsh.d/kubernetes.zsh b/zsh.d/50_kubernetes.zsh similarity index 100% rename from zsh.d/kubernetes.zsh rename to zsh.d/50_kubernetes.zsh diff --git a/zsh.d/prompt.zsh b/zsh.d/50_prompt.zsh similarity index 100% rename from zsh.d/prompt.zsh rename to zsh.d/50_prompt.zsh diff --git a/zsh.d/screen.zsh b/zsh.d/50_screen.zsh similarity index 100% rename from zsh.d/screen.zsh rename to zsh.d/50_screen.zsh diff --git a/zsh.d/zplug.zsh b/zsh.d/50_zplug.zsh similarity index 100% rename from zsh.d/zplug.zsh rename to zsh.d/50_zplug.zsh