aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 3e68750..c2cf1e1 100644
--- a/bashrc
+++ b/bashrc
@@ -60,7 +60,7 @@ export CMAKE_INCLUDE_PATH=$KDEDIR/include:$CMAKE_INCLUDE_PATH
alias wduchain='rm -rf $HOME/.cache/kdevduchain/*'
# Let's change to KF5 mode.
-alias frameworks='source $KF5_SRC/kf5.sh'
+alias frameworks='source $KF5_SRC/kf5.sh; eval `dbus-launch`; kdeinit5; echo'
# Alias bundle exec
alias be='bundle exec'