Clean bashrc

This commit is contained in:
Marco Thomas
2021-07-24 19:44:00 +02:00
parent 0202ad56eb
commit 1f14fe1638

View File

@@ -37,10 +37,6 @@ else
ssh-add
fi
if [ -f ~/.bashrc_local ]; then
source ~/.bashrc_local
fi
# ============================== vi-Mode
set -o vi
@@ -48,3 +44,8 @@ set -o vi
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# ============================== Source local definitions
if [ -f ~/.bashrc_local ]; then
source ~/.bashrc_local
fi