From a60b25a8d6f38aea52d76f06a583b304fdd429f3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 25 Jan 2021 05:17:58 +0100 Subject: Include user-local raku bins --- .config/shell/sources | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/shell/sources') 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" -- cgit v1.1