From 1f14fe1638c1f91e3e51fcc9f408865be68dc478 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sat, 24 Jul 2021 19:44:00 +0200 Subject: [PATCH] Clean bashrc --- files/.bashrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/files/.bashrc b/files/.bashrc index 2b33a98..4a66609 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -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