summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc11
1 files changed, 2 insertions, 9 deletions
diff --git a/bashrc b/bashrc
index 7a1a139..2bf198a 100644
--- a/bashrc
+++ b/bashrc
@@ -96,15 +96,8 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
-# enable programmable completion features (you don't need to enable
-# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
-# sources /etc/bash.bashrc).
-if ! shopt -oq posix; then
- if [ -f /usr/share/bash-completion/bash_completion ]; then
- . /usr/share/bash-completion/bash_completion
- elif [ -f /etc/bash_completion ]; then
- . /etc/bash_completion
- fi
+if [ -d ~/.mcabal/bin ]; then
+ export PATH=~/.mcabal/bin:$PATH
fi
export WLC_REPEAT_RATE=35