From 040ff84e965ac85300494ce371125eab412f8cb2 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Wed, 21 Sep 2022 21:27:19 -0400 Subject: [PATCH] [O] Alias l=ll --- scripts/zshrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 4078a8e..2381d31 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -31,6 +31,7 @@ modern-replace 'dig' 'dog' # 好用的简写w alias ll='ls -l' +alias l='ll' alias lla='ls -la' alias grep='grep --color' alias rm='rm -ir'