From 484b4350547aa120821c21daf7b7c1c3cc2a1881 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 4 Feb 2024 20:27:06 +0000 Subject: Commented out zig binary path for now --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 9c7bf72..e8f27f5 100644 --- a/.bashrc +++ b/.bashrc @@ -82,7 +82,7 @@ export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 # Path to Zig binary -export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.11.0/ +# export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.11.0/ # Enable the use of ssh-agent if ! pgrep -u "$USER" ssh-agent > /dev/null; then -- cgit v1.2.3