aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-25 05:17:58 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:45 +0200
commita60b25a8d6f38aea52d76f06a583b304fdd429f3 (patch)
tree36375338bf426df4e2e07704b5eaf671a245f172 /.config
parent7b2ca857ed768b3e8ec52e29fee7d1582bb800a6 (diff)
Include user-local raku bins
Diffstat (limited to '.config')
-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"