aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2012-06-07 10:16:09 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2012-06-07 10:16:09 +0200
commitc9000ece0ec0ba26a04e3253ec9f76ae385dd19b (patch)
tree1ed2b29657ccfb369c89adc264774a34dc4ad5a0
parent89bcaeddfa25fd401a6ba5748ede31226f815cae (diff)
downloaddotfiles-c9000ece0ec0ba26a04e3253ec9f76ae385dd19b.tar.gz
dotfiles-c9000ece0ec0ba26a04e3253ec9f76ae385dd19b.zip
Added the wduchain alias
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index aa8b4de..af4af56 100644
--- a/bashrc
+++ b/bashrc
@@ -33,6 +33,9 @@ export CMAKE_PREFIX_PATH=$KDEDIR:$CMAKE_PREFIX_PATH
export CMAKE_LIBRARY_PATH=$KDEDIR/lib:$CMAKE_LIBRARY_PATH
export CMAKE_INCLUDE_PATH=$KDEDIR/include:$CMAKE_INCLUDE_PATH
+# Alias to whip the KDevelop cache
+alias wduchain='rm -rf $HOME/.kdevduchain/*'
+
# Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"