diff options
| -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 | ||
