From 0a3677eac8dae74d0f2712dfef34258d1a6bab01 Mon Sep 17 00:00:00 2001 From: rakete Date: Wed, 26 Oct 2022 21:10:18 +0200 Subject: [PATCH] add cargo bin and perl vendor --- .config/shell/profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/shell/profile b/.config/shell/profile index 3ceca804..c0b93b21 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -7,6 +7,10 @@ # Adds `~/.local/bin` to $PATH export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" +# Adds `~/.local/share/cargo/bin/` to $PATH +export PATH="$PATH:${$(find ~/.local/share/cargo/bin -type d -printf %p:)%%:}" +# Adds `/usr/bin/vendor_perl` to $PATH +export PATH="$PATH:${$(find /usr/bin/vendor_perl -type d -printf %p:)%%:}" unsetopt PROMPT_SP