Fix path for lvim

This commit is contained in:
Lauri Räsänen 2024-10-19 19:52:24 +03:00
parent 7863c30d2e
commit 41717d031d

View file

@ -1,7 +1,7 @@
# Common aliases. # Common aliases.
# Add `source ~/.aliases.sh` to your shell cfg. # Add `source ~/.aliases.sh` to your shell cfg.
export PATH=$PATH:$HOME/bin:$HOME/.cargo/bin export PATH=$PATH:$HOME/bin:$HOME/.cargo/bin:$HOME/.local/bin
export HISTSIZE=100 export HISTSIZE=100
# jump 1 word with ctrl-arrow in some terminals # jump 1 word with ctrl-arrow in some terminals