changeset 314:205d82eb93b4

Add local installs to path
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 17 Dec 2020 14:56:39 +0100
parents a1ed17cc354b
children 7220aa431ce0
files dot_bashrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_bashrc	Thu Nov 26 09:07:17 2020 +0100
+++ b/dot_bashrc	Thu Dec 17 14:56:39 2020 +0100
@@ -30,6 +30,7 @@
 
 PATH=$HOME/bin:$PATH
 PATH=$HOME/.cargo/bin:$PATH
+PATH=$HOME/.local/bin:$PATH
 
 cd_func ()
  {