From aaa9a733586e459341ea5b3123c2b241e6656c03 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 6 Feb 2022 17:17:53 +0800 Subject: Restructure zshrc config --- .aliases | 1 + 1 file changed, 1 insertion(+) (limited to '.aliases') diff --git a/.aliases b/.aliases index 61ffe3f..c5ea4eb 100644 --- a/.aliases +++ b/.aliases @@ -1,6 +1,7 @@ #!/usr/bin/env bash alias ls='ls --color=auto' +alias ll='ls --color=auto -lh' alias diff='diff --color=auto' alias grep='grep --color=auto' -- cgit v1.2.3