Move local bash aliases to bottom

This commit is contained in:
2016-01-04 14:31:23 +02:00
parent 45c3a457f1
commit a314f336e4
+4 -4
View File
@@ -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