diff options
| author | BardofSprites <[email protected]> | 2025-07-17 10:26:50 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-17 10:26:50 -0400 |
| commit | 284ea2c1115f3546568a9eb1856280fe64801110 (patch) | |
| tree | 1b85d84c5673fe7ff1c00000f7855b510c188b74 /shell/.bashrc | |
| parent | 619e979fab47548f04c899dd278175ea7dd5ba95 (diff) | |
simple shell env changes
Diffstat (limited to 'shell/.bashrc')
| -rw-r--r-- | shell/.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/.bashrc b/shell/.bashrc index 804da8b..84f7853 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -5,10 +5,13 @@ export TERMINAL="/usr/local/bin/st" export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin/scripts/:$PATH" export PATH="$HOME/.local/bin/scripts/perl/:$PATH" +export PATH="$HOME/.local/bin/scripts/status/:$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 +PLAN9=/home/bard/Repositories/plan9port export PLAN9 +PATH=$PATH:$PLAN9/bin export PATH source "$HOME/.config/fzf/key-bindings.bash" |
