From a314f336e4f457806b2c8acf4301e942adbaabc4 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Mon, 4 Jan 2016 14:31:23 +0200 Subject: [PATCH] Move local bash aliases to bottom --- .bash_aliases | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 98271e5..1583e85 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,7 +1,3 @@ -if [ -f ~/.bash_local_aliases ]; then - . ~/.bash_local_aliases -fi - alias grep="grep --color=auto" alias c="clear" @@ -69,3 +65,7 @@ alias og="cd ~/Git" # Secondary Monitor alias monitor_enable="xrandr --output CRT1 --auto --right-of LVDS" alias monitor_disable="xrandr --output CRT1 --off" + +if [ -f ~/.bash_local_aliases ]; then + . ~/.bash_local_aliases +fi \ No newline at end of file