From dccc20459b19ea4516c0beba2db6f58b946cf344 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Thu, 6 Aug 2026 11:52:58 +0200 Subject: add -l flag to la --- dotfiles/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 44dba22..b770827 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -38,7 +38,7 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo alias grep='grep --color=auto' alias ll='ls -alF --color=auto' -alias la='ls -A --color=auto' +alias la='ls -Al --color=auto' alias ls='ls -CF --color=auto' alias s='cd ..' -- cgit