From 2a724ea8af07ac36a061b126f31288b9f85866bf Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 3 May 2019 10:52:01 +0200 Subject: [PATCH] Update after path --- bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index cbf8099..7738cbd 100644 --- a/bashrc +++ b/bashrc @@ -110,10 +110,13 @@ fi # Add dotfiles scripts to the path if [ -d ~/.config/dotfiles/bin ]; then export PATH=~/.config/dotfiles/bin:$PATH - update startup fi # Source extra config if any if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then source ~/.config/dotfiles/bash/extraconfig.bash fi + +if [ -d ~/.config/dotfiles/bin ]; then + update startup +fi