From c3b86c602e65b5c198f5680fdb470bd63732e6ce Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 21 Oct 2025 07:25:16 -0700 Subject: [PATCH] No need to add .local/bin --- default/bash/shell | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default/bash/shell b/default/bash/shell index 7b39de7b..7eb48672 100644 --- a/default/bash/shell +++ b/default/bash/shell @@ -9,6 +9,5 @@ if [[ ! -v BASH_COMPLETION_VERSINFO && -f /usr/share/bash-completion/bash_comple source /usr/share/bash-completion/bash_completion fi -# Set complete path -export PATH="$HOME/.local/bin:$PATH" +# Ensure command hashing is off for mise set +h