diff options
| author | 2017-05-04 08:58:10 +0200 | |
|---|---|---|
| committer | 2017-05-04 08:58:10 +0200 | |
| commit | a38e3b313d7aa0c3de2f85ce9bdd39d186c18b18 (patch) | |
| tree | 26285dc9f573201642ca6a0f590a352400fa212d | |
| parent | f1ce4ffda9abef8d8fcace19bff395d215a698c7 (diff) | |
| download | dotfiles-a38e3b313d7aa0c3de2f85ce9bdd39d186c18b18.tar.gz dotfiles-a38e3b313d7aa0c3de2f85ce9bdd39d186c18b18.tar.bz2 dotfiles-a38e3b313d7aa0c3de2f85ce9bdd39d186c18b18.zip | |
Source global bashrc if exsists
| -rwxr-xr-x | bash/.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index d927b02..48c3ee6 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | # If not running interactively, don't do anything | 5 | # If not running interactively, don't do anything |
| 6 | [[ $- != *i* ]] && return | 6 | [[ $- != *i* ]] && return |
| 7 | 7 | ||
| 8 | [ -f "/etc/bashrc" ] && source "/etc/bashrc" | ||
| 9 | |||
| 10 | |||
| 8 | # Default PS1 | 11 | # Default PS1 |
| 9 | export PS1='[\d][\t]\u on \h\n\w $ ' | 12 | export PS1='[\d][\t]\u on \h\n\w $ ' |
| 10 | 13 | ||
