diff options
Diffstat (limited to '.bashrc')
-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 |