From 2c1095af1c6757782469f472bd8ef42136a2c10c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 26 Nov 2014 14:38:57 +0100 Subject: bash: let the `frameworks` alias do more work for us. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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' -- cgit v1.2.3