summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-08-08 19:23:53 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-08-08 19:23:53 -0500
commita0084ccf85acbd89776f655fc5734a315a3c1afe (patch)
treeffbbeaf8d710bae5693658c3d8f88b1e7dda5a3e /.bashrc
parentef53b0f60f0e49e32c2428837e6a6b6d6558deab (diff)
Diffstat (limited to '.bashrc')
-rwxr-xr-x.bashrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 7b7478f..18ab8e4 100755
--- a/.bashrc
+++ b/.bashrc
@@ -1,5 +1,12 @@
#!/bin/sh
+DOTFILES_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
+
+# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+# Path
+# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+export PATH="$DOTFILES_DIR/bin:$PATH"
+
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# Prompt
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!