diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:11:10 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:11:10 -0400 |
| commit | d1eb4b9e84c4777da76ace349d3c016d9ba026ec (patch) | |
| tree | 9d1e8b3a73ab42b22335a95c0c425bde9ddbec39 /shell/.bashrc | |
| parent | 5fdaadb46c827942ee4a83b336ecf23f4acf4f15 (diff) | |
modify path
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 84f7853..7c95bb6 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -5,8 +5,11 @@ 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/video-editing/:$PATH" +export PATH="$HOME/.local/bin/scripts/image-editing/:$PATH" export PATH="$HOME/.local/bin/scripts/status/:$PATH" export PATH="$HOME/.cargo/bin/:$PATH" +export PATH="$HOME/go/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 |
