From c0ed5e46d7ab8a97e50ed877342351a1a3b90f77 Mon Sep 17 00:00:00 2001 From: xvzc Date: Fri, 30 Aug 2024 18:46:04 +0900 Subject: [PATCH] zsh: add spoofdpi to the path --- dot_lazy-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_lazy-profile b/dot_lazy-profile index cd7f860..441796e 100644 --- a/dot_lazy-profile +++ b/dot_lazy-profile @@ -15,7 +15,7 @@ export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts" # ┌───────────┐ # │ SPOOF-DPI │ # └───────────┘ -export PATH="$PATH:$HOME/.spoof-dpi/bin" +export PATH="$PATH:$HOME/.spoofdpi/bin" # ┌───────┐ # │ CARGO │