mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: source warnings
This commit is contained in:
parent
6f55b6a002
commit
d3c85c079d
5
bashrc
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user