From d60dc6c740ded766188b6add904c648ce4c0b21b Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 12 Sep 2024 02:43:41 -0700 Subject: [PATCH] add .gitkeep to local env folder --- .config/shell/local/.gitkeep | 0 .config/shell/local/env | 4 ---- 2 files changed, 4 deletions(-) create mode 100644 .config/shell/local/.gitkeep delete mode 100644 .config/shell/local/env diff --git a/.config/shell/local/.gitkeep b/.config/shell/local/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.config/shell/local/env b/.config/shell/local/env deleted file mode 100644 index 8129a59..0000000 --- a/.config/shell/local/env +++ /dev/null @@ -1,4 +0,0 @@ -export REPOS_TO_UPDATE="/home/blake/Documents/pwp" -export PATH="$HOME/.local/share/bottles/runners/wine-ge-proton8-14/bin:$PATH" - -# vim:ft=bash