From 41717d031d5dc56563fdd2ad9815f2e879984f9c Mon Sep 17 00:00:00 2001 From: nullprop Date: Sat, 19 Oct 2024 19:52:24 +0300 Subject: [PATCH] Fix path for lvim --- .aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aliases.sh b/.aliases.sh index 07e1813..eac3adb 100644 --- a/.aliases.sh +++ b/.aliases.sh @@ -1,7 +1,7 @@ # Common aliases. # 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 # jump 1 word with ctrl-arrow in some terminals