diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-06 16:20:09 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-06 16:20:09 -0400 |
commit | d78cdeb90c56eb9d6b91879b69176cb91f6655fa (patch) | |
tree | c701d399ce579dc227b19ffefcf7e36edcd90f81 /home/.bashrc | |
parent | Switch to 72-char limits instead of 74 (diff) | |
download | dotfiles.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/.bashrc')
-rw-r--r-- | home/.bashrc | 2 |
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 | ######### |
84 | alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" | 84 | alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" |
85 | alias ls="exa -1aFghlU --color=always --sort=name --time-style=iso" | 85 | alias ls="exa -1aFghlmU --git --color=always --sort=name --time-style=iso --group-directories-first" |
86 | ######################################################################## | 86 | ######################################################################## |