summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index 15342e8..9b60af2 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -1,4 +1,4 @@
-[[ -d ~/bin/ ]] && PATH="~/bin/:$PATH"
+[[ -d ~/.local/bin/ ]] && PATH="~/.local/bin/:$PATH"
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!