From 2bfbd655e123841d11158dc3c1deaa0207e2282a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 7 Mar 2014 16:10:58 +0100 Subject: bash: added a shortcut for KDE Frameworks. --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index a8c45bf..493d4fd 100644 --- a/bashrc +++ b/bashrc @@ -48,6 +48,7 @@ complete -C $HOME/.rake_completion -o default rake # KDE Paths export KDEDIR=$HOME/kde export KDEDIRS=$KDEDIR +export KF5_SRC=$HOME/Projects/kde/kf5 # Export the standard paths to include KDE export PATH=$KDEDIR/bin:/usr/local/heroku/bin:$PATH @@ -62,6 +63,9 @@ export CMAKE_INCLUDE_PATH=$KDEDIR/include:$CMAKE_INCLUDE_PATH # Function to whip the KDevelop cache alias wduchain='rm -rf $HOME/.cache/kdevduchain/*' +# Let's change to KF5 mode. +alias frameworks='source $KF5_SRC/kf5.sh' + # Alias bundle exec alias be='bundle exec' -- cgit v1.2.3