mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Move local bash aliases to bottom
This commit is contained in:
+4
-4
@@ -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
|
||||
Reference in New Issue
Block a user