From bdc360d6cecf26c61dd4469e445c0813b8a15d0b Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 5 Sep 2021 12:51:26 +0100 Subject: add raku to path --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index a1cb3d5..7ba48f2 100644 --- a/.bash_profile +++ b/.bash_profile @@ -8,7 +8,7 @@ EDITOR=vi export EDITOR source ~/perl5/perlbrew/etc/bashrc -export PATH="${HOME}/bin:${PATH}" +export PATH="${HOME}/bin:${HOME}/.raku/bin:${PATH}" export GPG_TTY="$(tty)" eval "$(keychain --eval --inherit any-once --agents ssh id_rsa)" -- cgit v1.2.3