aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-11-21 18:53:08 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-11-21 18:53:08 +0000
commit100d729566a05eda460eb067904cf6fecaee7172 (patch)
tree3c1dd329483e4149d0b82492562e7f2405bee57c /.bashrc
parent30a69844b90150b4446bc7a2f741702b8e70a46e (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
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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