diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-11-21 18:53:08 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-11-21 18:53:08 +0000 |
commit | 100d729566a05eda460eb067904cf6fecaee7172 (patch) | |
tree | 3c1dd329483e4149d0b82492562e7f2405bee57c | |
parent | 30a69844b90150b4446bc7a2f741702b8e70a46e (diff) |
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 ServerHEADmaster
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |