diff --git a/zshrc b/zshrc index 1a20804..f8ccc9f 100644 --- a/zshrc +++ b/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: