summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorseth <[email protected]>2022-11-16 20:22:10 -0500
committerseth <[email protected]>2022-11-16 20:22:10 -0500
commitec625679986252986af154d9f0f7125881308338 (patch)
tree0babf95069bd29634e4e76588b255493401e9f86 /.bash_profile
parenta1b2b3cb5840e08a851cec662ebcfa699cfbfa98 (diff)
meow
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index a3447f9..b8ea799 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -8,7 +8,7 @@ source "${HOME}/.config/shell/profile"
# add user's bin directory to path
if [ -d "${HOME}/.local/bin" ]
then
- export PATH="${HOME}/.local/bin:${PATH}"
+ export PATH="${HOME}/.local/bin:${PATH}"
fi
source "${HOME}/.bashrc"