aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-11-26 14:38:57 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-11-26 14:38:57 +0100
commit2c1095af1c6757782469f472bd8ef42136a2c10c (patch)
treec27c23b499c940e4ad31654e95be8394031d76c8
parent1b876e085241ab6a1945a37bec65ecdd20631e6c (diff)
downloaddotfiles-2c1095af1c6757782469f472bd8ef42136a2c10c.tar.gz
dotfiles-2c1095af1c6757782469f472bd8ef42136a2c10c.zip
bash: let the `frameworks` alias do more work for us.
-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'