From 3052a5a315709c5968176045c9cf351364d44f92 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Thu, 7 Jan 2021 17:32:15 +0100 Subject: [PATCH] added path variables --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index 1acbc29..bdb2b31 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -8,6 +8,9 @@ alias ls='ls --color=auto' PS1='[\u@\h \W]\$ ' +# additional path variables +export PATH=$PATH:~/.local/bin + ### ALIAS' ### #jokes alias dog='cat'