mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-24 16:39:09 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user