summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2021-09-05 12:51:26 +0100
committerdakkar <dakkar@thenautilus.net>2021-09-05 12:51:26 +0100
commitbdc360d6cecf26c61dd4469e445c0813b8a15d0b (patch)
tree28b8a529b47b4b66955afc61df3f39f30ed66459
parentnicer rxvt "transparency" settings (diff)
downloaddotfiles-bdc360d6cecf26c61dd4469e445c0813b8a15d0b.tar.gz
dotfiles-bdc360d6cecf26c61dd4469e445c0813b8a15d0b.tar.bz2
dotfiles-bdc360d6cecf26c61dd4469e445c0813b8a15d0b.zip
add raku to path
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
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)"