diff --git a/.zprofile b/.zprofile index e7b62f61..a77ddf09 100644 --- a/.zprofile +++ b/.zprofile @@ -6,7 +6,7 @@ # to clean up. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':')" +export PATH="$(find "$HOME/.local/bin" -type d | paste -sd ':'):$PATH" # Default programs: export EDITOR="nvim"