From faa6da4974f924eec5e4a3dfb6afef38de8e7b94 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 14 Mar 2023 19:04:29 +0800 Subject: [PATCH] Add ll to aliases. --- .bashrc | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index a34b9df..d1c9a81 100644 --- a/.bashrc +++ b/.bashrc @@ -15,6 +15,7 @@ alias g="grep --color=auto" alias gph="git push -v --follow-tags" alias gpl="git pull -v --autostash --rebase --recurse-submodules" alias l="last" +alias ll="ls -l" alias lo="logout" alias m="more" alias md="mkdir" diff --git a/.zshrc b/.zshrc index 151d4d0..1bd89d5 100644 --- a/.zshrc +++ b/.zshrc @@ -15,6 +15,7 @@ alias "g=grep --color=auto" alias "gph=git push -v --follow-tags" alias "gpl=git pull -v --autostash --rebase --recurse-submodules" alias "l=last" +alias "ll=ls -l" alias "lo=logout" alias "m=more" alias "more=most"