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