From d78cdeb90c56eb9d6b91879b69176cb91f6655fa Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:20:09 -0400 Subject: Modify `alias ls=exa ...` in `dotfiles/home/.bashrc` Add git directory info and date-modified to the `alias ls=exa ...`, and group directories together at the top of the list. --- home/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.bashrc b/home/.bashrc index 8a08934..8f13d68 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -82,5 +82,5 @@ PS2=" > " # Aliases ######### alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" -alias ls="exa -1aFghlU --color=always --sort=name --time-style=iso" +alias ls="exa -1aFghlmU --git --color=always --sort=name --time-style=iso --group-directories-first" ######################################################################## -- cgit v1.2.3