From 64fad068da7b439d51298d5dbd1480d429f84133 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Fri, 31 Oct 2025 19:50:58 -0700 Subject: mcabal path --- bashrc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'bashrc') 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 -- cgit v1.2.3