Fix path for lvim
This commit is contained in:
parent
7863c30d2e
commit
41717d031d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue