aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-29 21:51:35 -0400
committerBardofSprites <[email protected]>2024-09-29 21:51:35 -0400
commite02fe0d6309599ae79ec59956993f74ec5ab8fe8 (patch)
tree9a26520fdc8f442db9461e957c93101851e70a7c
parent6a32059429582e30fd8873674caf596c002ef60b (diff)
better path
-rw-r--r--shell/.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/.bashrc b/shell/.bashrc
index d12d0ed..ad0affc 100644
--- a/shell/.bashrc
+++ b/shell/.bashrc
@@ -3,7 +3,9 @@
# for examples
export TERMINAL="/usr/local/bin/st"
export PATH="$HOME/.local/bin:$PATH"
-export PATH="$HOME/.local/scripts/:$PATH"
+export PATH="$HOME/.local/bin/scripts/:$PATH"
+export PATH="$HOME/.local/bin/scripts/perl/:$PATH"
+export PATH="$HOME/.cargo/bin/:$PATH"
export PATH="$HOME/opt/:$PATH"
export PKG_CONFIG_PATH="$HOME/opt/raylib/lib/pkgconfig/:$PKG_CONFIG_PATH"
export PATH="$HOME/.nimble/bin":$PATH