diff --git a/bash_profile b/bash_profile index 308a2fa..b7afd09 100644 --- a/bash_profile +++ b/bash_profile @@ -25,7 +25,7 @@ done # Useful aliases alias g="git" -alias ls="ls -F --color=auto" +alias ls="ls -F --color=auto --group-directories-first" alias la="ls -a" alias ll="ls -l" alias lla="ls -la"