aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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