summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-10-31 19:50:58 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-10-31 19:50:58 -0700
commit64fad068da7b439d51298d5dbd1480d429f84133 (patch)
treeb659bc5b3c5d46c7be8f3d63b075ff1927454784
parent9147eea406257a8328a60d158ca428bc472c45d8 (diff)
mcabal path
-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