summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-23 23:41:58 -0400
committerseth <[email protected]>2022-08-23 23:41:58 -0400
commitee45c4211d79dfb3b62531cc4f974ac3932e5131 (patch)
treebdd23010e6c9f47bb2eba4c90aa4b2f8dbc561fc /.bash_profile
parent9fe4b9e8ba1ccb1b197f202ada0b961a73f2830f (diff)
yep
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 56b565e..e14bd96 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -6,7 +6,7 @@
# 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/.config/shell/profile"