From b5a4b5e80d370ccb567e76b82395cf811ed0bebc Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 2 Jan 2022 19:09:02 +0100 Subject: Fix issue when adding Raku to PATH --- .config/shell/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/sources b/.config/shell/sources index ba19ac9..856db25 100644 --- a/.config/shell/sources +++ b/.config/shell/sources @@ -35,7 +35,7 @@ PATH="${PATH}:/opt/bin" # Raku stuff if [ -d "$HOME/.raku/bin" ] then - PATH="$HOME/.raku/bin" + PATH="$PATH:$HOME/.raku/bin" fi if [ -d "/usr/local/share/perl6" ] -- cgit v1.1