From faec170cf06306e74874f58a9456f253a69a0a4f Mon Sep 17 00:00:00 2001 From: Thomas Duckworth Date: Sun, 29 Mar 2026 20:16:58 +1100 Subject: [PATCH] Include ~/.local/bin in $PATH through our default zshrc Saves a bit of setup (that we really shouldn't need) for kde-builder, as well as making it easier for some other tools that use the directory to work OOTB. --- .../zsh/plugins/kde-linux-default/kde-linux-default-zshrc.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkosi.extra/usr/share/zsh/plugins/kde-linux-default/kde-linux-default-zshrc.zsh b/mkosi.extra/usr/share/zsh/plugins/kde-linux-default/kde-linux-default-zshrc.zsh index a455bbd..e285bfe 100644 --- a/mkosi.extra/usr/share/zsh/plugins/kde-linux-default/kde-linux-default-zshrc.zsh +++ b/mkosi.extra/usr/share/zsh/plugins/kde-linux-default/kde-linux-default-zshrc.zsh @@ -1,6 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL # SPDX-FileCopyrightText: 2025 Thomas Duckworth +# Include ~/.local/bin in $PATH. +export PATH="$HOME/.local/bin:$PATH" + # Set keybinds to emacs mode. bindkey -e