diff options
Diffstat (limited to 'bashrc')
| -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 |
