From d938676e9fd4a029377a04fbf95ca73db747951c Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Fri, 3 Feb 2023 04:48:44 +0000 Subject: [PATCH] updated bashrc PATH --- .config/bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) 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