From 479bc6cc343a908ec38bc1e5f3b771897578a355 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Tue, 4 Nov 2025 09:37:40 -0800 Subject: user local path stuff --- bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bashrc b/bashrc index 2bf198a..b25b72d 100644 --- a/bashrc +++ b/bashrc @@ -96,10 +96,20 @@ if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi +if [ -d ~/.local/bin ]; then + export PATH=~/.local/bin:$PATH +fi + if [ -d ~/.mcabal/bin ]; then export PATH=~/.mcabal/bin:$PATH fi +if [ -d ~/.ghcup/bin ]; then + export PATH=~/.ghcup/bin:$PATH +fi + + + export WLC_REPEAT_RATE=35 export WLC_REPEAT_DELAY=210 export ALTERNATE_EDITOR="" -- cgit v1.2.3