diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-03-31 01:42:30 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-03-31 01:42:30 -0400 |
commit | a11eb88d9af7ca93a98fc59f8af474b0f25ed294 (patch) | |
tree | 9a736191511566ecd9d2f31e046c7cb5c271eba9 /home | |
parent | Create alias for 'wget' in 'home/,bashrc' (diff) | |
download | dotfiles.old-a11eb88d9af7ca93a98fc59f8af474b0f25ed294.tar.gz dotfiles.old-a11eb88d9af7ca93a98fc59f8af474b0f25ed294.tar.bz2 dotfiles.old-a11eb88d9af7ca93a98fc59f8af474b0f25ed294.zip |
Create alias for 'ls' in 'home/.bashrc'
I currently use 'exa' as a replacement for 'ls'. This alias makes it more
convenient to use by adding all my usual options and flags to it.
Diffstat (limited to 'home')
-rw-r--r-- | home/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc index 0ccf639..bc962d1 100644 --- a/home/.bashrc +++ b/home/.bashrc | |||
@@ -97,4 +97,5 @@ PS2=" > " | |||
97 | # Aliases | 97 | # Aliases |
98 | ######### | 98 | ######### |
99 | alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" | 99 | alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" |
100 | alias ls="exa -1aFghlU --git --color=always --sort=name --time-style=iso" | ||
100 | ########################################################################## | 101 | ########################################################################## |