From 19663e8af7c60ba840d174f9906ea9932bbc3115 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 26 Jun 2019 16:06:52 +0200 Subject: bash: added `lisa` shortcut MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stands for `ls -lisa`. Signed-off-by: Miquel Sabaté Solà --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 0791da6..2ebe76f 100644 --- a/bashrc +++ b/bashrc @@ -11,6 +11,7 @@ export LC_ALL=ca_ES.UTF-8 alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' alias la='ls -la --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' +alias lisa='ls -lisa --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' # Alias related to cd alias ..='cd ..' -- cgit v1.2.3