From d53a48fe99f6d94dae8cae78fb249c2aa4f959dc Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Fri, 12 Jul 2024 16:46:17 +0100 Subject: [PATCH] Alter ls aliases in bash --- .bashrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 91ec964..3be8590 100644 --- a/.bashrc +++ b/.bashrc @@ -89,9 +89,11 @@ fi #export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' # some more ls aliases -alias ll='ls -alF' -alias la='ls -A' -alias l='ls -CF' +alias ll='/bin/ls -alF' +alias la='/bin/ls -lAh' +alias l='/bin/ls -CF' +alias ls='/bin/ls -C' +alias sl='ls' # Add an "alert" alias for long running commands. Use like so: # sleep 10; alert