updated bashrc PATH

This commit is contained in:
Solomon Laing 2023-02-03 04:48:44 +00:00
parent 37dd285600
commit d938676e9f

View File

@ -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