diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index cd331b6..4da2596 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -4,6 +4,8 @@ case $- in *) return;; esac +export PATH=$PATH:$HOME/.local/bin + # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth