From a38e3b313d7aa0c3de2f85ce9bdd39d186c18b18 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 4 May 2017 08:58:10 +0200 Subject: Source global bashrc if exsists --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index d927b02..48c3ee6 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -5,6 +5,9 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +[ -f "/etc/bashrc" ] && source "/etc/bashrc" + + # Default PS1 export PS1='[\d][\t]\u on \h\n\w $ ' -- cgit v1.2.3