From d3c85c079d73ffaa7becc3e986ca41c0e073f4b5 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 14 Jul 2012 20:46:08 +0300 Subject: [PATCH] bashrc & zshrc: source warnings --- bashrc | 5 +++++ zshrc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bashrc b/bashrc index af6c0b67..150b498f 100644 --- a/bashrc +++ b/bashrc @@ -450,3 +450,8 @@ if [ -f ~/.custom ]; then if [ -f ~/.bash_custom ]; then source ~/.bash_custom fi + +# Warnings +if [ -f ~/.warnings ]; then + source ~/.warnings + fi diff --git a/zshrc b/zshrc index 1a8704e2..bc46a93b 100644 --- a/zshrc +++ b/zshrc @@ -399,3 +399,8 @@ if [ -f ~/.custom ]; then if [ -f ~/.zsh_custom ]; then source ~/.zsh_custom fi + +# Warnings +if [ -f ~/.warnings ]; then + source ~/.warnings + fi