diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2012-06-07 10:16:09 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2012-06-07 10:16:09 +0200 |
| commit | c9000ece0ec0ba26a04e3253ec9f76ae385dd19b (patch) | |
| tree | 1ed2b29657ccfb369c89adc264774a34dc4ad5a0 | |
| parent | 89bcaeddfa25fd401a6ba5748ede31226f815cae (diff) | |
| download | dotfiles-c9000ece0ec0ba26a04e3253ec9f76ae385dd19b.tar.gz dotfiles-c9000ece0ec0ba26a04e3253ec9f76ae385dd19b.zip | |
Added the wduchain alias
| -rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
