aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-06 16:20:09 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-06 16:20:09 -0400
commitd78cdeb90c56eb9d6b91879b69176cb91f6655fa (patch)
treec701d399ce579dc227b19ffefcf7e36edcd90f81 /home
parentSwitch to 72-char limits instead of 74 (diff)
downloaddotfiles.old-d78cdeb90c56eb9d6b91879b69176cb91f6655fa.tar.gz
dotfiles.old-d78cdeb90c56eb9d6b91879b69176cb91f6655fa.tar.bz2
dotfiles.old-d78cdeb90c56eb9d6b91879b69176cb91f6655fa.zip
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.
Diffstat (limited to 'home')
-rw-r--r--home/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.bashrc b/home/.bashrc
index 8a08934..8f13d68 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -82,5 +82,5 @@ PS2=" > "
82# Aliases 82# Aliases
83######### 83#########
84alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" 84alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s"
85alias ls="exa -1aFghlU --color=always --sort=name --time-style=iso" 85alias ls="exa -1aFghlmU --git --color=always --sort=name --time-style=iso --group-directories-first"
86######################################################################## 86########################################################################