diff --git a/lone-files/bashrc b/lone-files/bashrc index 148cbbe..6b265be 100755 --- a/lone-files/bashrc +++ b/lone-files/bashrc @@ -24,4 +24,6 @@ if [[ -r /usr/share/bash-completion/bash_completion ]]; then fi source /etc/jstmbash/init.source -env "BASHRC=true" sysdotfiles-updatechecker +if [ "${UID}" == "0" ]; then + env "BASHRC=true" sysdotfiles-updatechecker +fi