aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/shell/sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/shell/sources b/.config/shell/sources
index d05c7f8..cf7b351 100644
--- a/.config/shell/sources
+++ b/.config/shell/sources
@@ -34,6 +34,11 @@ PATH="${PATH}:/usr/games/bin"
PATH="${PATH}:/opt/bin"
# Raku stuff
+if [ -d "$HOME/.raku/bin" ]
+then
+ PATH="$HOME/.raku/bin"
+fi
+
if [ -d "/usr/local/share/perl6" ]
then
PATH="$PATH:/usr/local/share/perl6/site/bin"