aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-03-31 01:42:30 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-03-31 01:42:30 -0400
commita11eb88d9af7ca93a98fc59f8af474b0f25ed294 (patch)
tree9a736191511566ecd9d2f31e046c7cb5c271eba9 /home
parentCreate alias for 'wget' in 'home/,bashrc' (diff)
downloaddotfiles.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/.bashrc1
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#########
99alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" 99alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s"
100alias ls="exa -1aFghlU --git --color=always --sort=name --time-style=iso"
100########################################################################## 101##########################################################################