From ccbbad7898759e6a1f285e3670afe98b2ff913cb Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Sat, 8 Jun 2024 20:28:41 +0100
Subject: Update zig path to point to 0.13.0

---
 .bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index ab0f624..090953f 100644
--- a/.bashrc
+++ b/.bashrc
@@ -86,7 +86,7 @@ export TERMINAL="foot"
 export SAL_USE_VCLPLUGIN=gtk3
 
 # Path to Zig binary 
-export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.12.0/
+export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.13.0/
 
 # Path to Helix binary 
 export PATH=$PATH:~/.cargo/bin/
-- 
cgit v1.2.3