aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-01-02 19:09:02 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-01-02 19:09:02 +0100
commitb5a4b5e80d370ccb567e76b82395cf811ed0bebc (patch)
tree5335f073b3d3e869f775ebb0a949189a66cceac3
parent46149f12f2f66642afca7314e5e5ae6d60a98c03 (diff)
Fix issue when adding Raku to PATH
-rw-r--r--.config/shell/sources2
1 files changed, 1 insertions, 1 deletions
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" ]