From 38bf705a3ce847ea02367398436fae1f995d662e Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Thu, 18 Dec 2025 22:26:48 +0200 Subject: [PATCH] Update binary name --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 8c96a9f..62098a4 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,7 +1,7 @@ #! /usr/bin/bash alias em="emacs --no-init-file --no-splash --no-window-system" -alias ll="exa --binary --group --long" +alias ll="eza --binary --group --long" alias la="ll --all" alias tree="ll --tree" alias llblk="lsblk -o NAME,TYPE,FSTYPE,SIZE,MOUNTPOINT,LABEL,PARTLABEL,UUID,PARTUUID"