From 100d729566a05eda460eb067904cf6fecaee7172 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 21 Nov 2024 18:53:08 +0000 Subject: Added ~/.cargo/bin/ to /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/justine/bin:/home/justine/.local/bin:/home/justine/.local/bin:/home/justine/.cargo/bin/ for the Helix - Simple Completion Language Server --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 511319b..448ec0e 100644 --- a/.bashrc +++ b/.bashrc @@ -82,7 +82,7 @@ export SAL_USE_VCLPLUGIN=gtk3 # export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.13.0/ # Path to Helix binary -# export PATH=$PATH:~/.cargo/bin/ +export PATH=$PATH:~/.cargo/bin/ # I cloned Helix master in ~/Git and setup a link to the runtime instead of # using export as below. # export HELIX_RUNTIME=~/Git/helix/runtime -- cgit v1.2.3