diff options
Diffstat (limited to 'home.bashrc')
| -rw-r--r-- | home.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home.bashrc b/home.bashrc index 09703c9..a4f7813 100644 --- a/home.bashrc +++ b/home.bashrc @@ -1,3 +1,6 @@ +# Add local binaries to PATH +export PATH="$HOME/.local/bin:$PATH" + source <(jj util completion bash) eval "$(zoxide init bash)" |
