diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-08-08 19:23:53 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-08-08 19:23:53 -0500 |
| commit | a0084ccf85acbd89776f655fc5734a315a3c1afe (patch) | |
| tree | ffbbeaf8d710bae5693658c3d8f88b1e7dda5a3e /.bashrc | |
| parent | ef53b0f60f0e49e32c2428837e6a6b6d6558deab (diff) | |
Diffstat (limited to '.bashrc')
| -rwxr-xr-x | .bashrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ #!/bin/sh +DOTFILES_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" + +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# Path +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +export PATH="$DOTFILES_DIR/bin:$PATH" + # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # Prompt # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |