No need to add .local/bin

This commit is contained in:
David Heinemeier Hansson
2025-10-21 07:25:16 -07:00
parent 61e0fa27e2
commit c3b86c602e

View File

@@ -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