From da36c3d9684e95d8ce68a0c07879c062447ec06d Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 2 Apr 2024 20:05:57 +0100 Subject: Uncommented path to zig binary --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index e8f27f5..9c7bf72 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