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.
This commit is contained in:
Thomas Duckworth
2026-03-29 20:16:58 +11:00
parent fb1360015d
commit faec170cf0

View File

@@ -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 <tduck@filotimoproject.org>
# Include ~/.local/bin in $PATH.
export PATH="$HOME/.local/bin:$PATH"
# Set keybinds to emacs mode.
bindkey -e