From bec3838d0d55dcbc95557cd384961082550a7cfd Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 8 Apr 2025 10:40:43 +0200 Subject: [PATCH] use eza instead of ls use --colour instead of --color where possible --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 12b45d9..e7182a6 100644 --- a/.bashrc +++ b/.bashrc @@ -33,8 +33,8 @@ eval "$(_AUTO_CPUFREQ_COMPLETE=bash_source auto-cpufreq)" # aliases for colour alias dir='dir --color=auto' alias vdir='vdir --color=auto' -alias ls='ls -A --color=auto' -alias grep='grep --color=auto' +alias ls='eza -Abh --colour=auto' +alias grep='grep --colour=auto' alias diff='diff --color' alias ip='ip -c' @@ -57,5 +57,5 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1 # cute lil hyfetch :3 if [[ $TERM == "xterm-kitty" ]]; then - hyfetch + hyfetch fi