summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc10
1 files changed, 10 insertions, 0 deletions
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=""