From d4358595e9b1440b93f98af997fd7f6c3194b9e9 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 23 Dec 2023 20:14:08 -0700 Subject: [PATCH] Fix: ~/.local/bin in path --- bash/.bash_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_env b/bash/.bash_env index c3e4326..b38ca90 100644 --- a/bash/.bash_env +++ b/bash/.bash_env @@ -1,7 +1,7 @@ #!/usr/bin/env bash # PATH extensions =================================================== # Cargo's binaries -export PATH="${HOME}/bin:${HOME}/.cargo/bin:${PATH}" +export PATH="${HOME}/bin:${HOME}/.cargo/bin:${HOME}/.local/bin:${PATH}" # Scripts mostly intended for use with hotkeys export PATH="${HOME}/.configs_pointer/bin/hotkey_scripts:${PATH}" # Custom scripts