From 2d785a86a6c9629fc562e6d6da69e60a8fe08bb0 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 8 Nov 2023 11:31:02 +0100 Subject: [PATCH] add switch script to path --- .envrc | 1 + .gitignore | 1 + switch.sh => switch | 0 3 files changed, 2 insertions(+) create mode 100644 .envrc rename switch.sh => switch (100%) diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..620169d --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +PATH_add . diff --git a/.gitignore b/.gitignore index b2be92b..726d2d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ result +.direnv diff --git a/switch.sh b/switch similarity index 100% rename from switch.sh rename to switch