From 588305d8e27f713d7d5ec47aacd040d66df7d2aa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 16 Nov 2020 23:01:57 -0300 Subject: .bashrc: Add "l" Bash alias --- sync/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/sync/.bashrc b/sync/.bashrc index 10589f4..3af5a68 100644 --- a/sync/.bashrc +++ b/sync/.bashrc @@ -29,3 +29,4 @@ fi alias ls='ls -p --color=auto' alias ll='ls -l' alias grep='grep --color=auto' +alias l='ls -lahF' -- cgit v1.2.3