From 7b47fd05c3558d5bb930adbeb874bf6f7e4bae23 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 28 Aug 2023 13:51:26 +0300 Subject: bash: Add ‘-a’ to ‘sl’ alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index bee389a..b667b46 100644 --- a/.bashrc +++ b/.bashrc @@ -75,7 +75,7 @@ alias grep='grep --color=auto' alias la='ls --color=auto -A' alias ll='ls --color=auto -Alh' alias ls='ls --color=auto' -alias sl='sl -c5' +alias sl='sl -ac5' alias sv=sudoedit alias v="$VISUAL" -- cgit v1.2.3