zshrc: add KDE build directory.
This commit is contained in:
parent
7c0f830d7c
commit
b99783bc35
9
zshrc
9
zshrc
@ -3846,6 +3846,15 @@ fi
|
||||
# Use QT dialogs instead of GTK ones
|
||||
export GTK_USE_PORTAL=1
|
||||
|
||||
# auto-generated by kdesrc-build initial setup: do not remove!
|
||||
# Add the kdesrc-build directory to the path
|
||||
export PATH="$HOME/kde/src/kdesrc-build:$PATH"
|
||||
# Create alias for running software built with kdesrc-build
|
||||
kdesrc-run ()
|
||||
{
|
||||
source "$HOME/kde/build/$1/prefix.sh" && "$HOME/kde/usr/bin/$@"
|
||||
}
|
||||
|
||||
## END OF FILE #################################################################
|
||||
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
|
||||
# Local variables:
|
||||
|
Loading…
Reference in New Issue
Block a user