From 6e5fe8e311efe3360d8b31f6a7ed4a2dbaf3e15e Mon Sep 17 00:00:00 2001 From: TheK4n Date: Thu, 23 Sep 2021 02:10:41 +0300 Subject: [PATCH] ref --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 7e6dcfa..2560a83 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -9,12 +9,12 @@ if [ -x "$(which dircolors)" ]; then alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' - # navigate alias ls='ls -F --color=auto' else alias ls='ls -F' fi +# these aliases use the "ls" alias, which was defined earlier alias l.='ls -dh .*' alias ll='ls -lh' alias la='ls -a'