diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-10-31 19:50:58 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-10-31 19:50:58 -0700 |
| commit | 64fad068da7b439d51298d5dbd1480d429f84133 (patch) | |
| tree | b659bc5b3c5d46c7be8f3d63b075ff1927454784 | |
| parent | 9147eea406257a8328a60d158ca428bc472c45d8 (diff) | |
mcabal path
| -rw-r--r-- | bashrc | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -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 |
