Add ll to aliases.

This commit is contained in:
Gea-Suan Lin
2023-03-14 19:04:29 +08:00
parent d50609cdb9
commit faa6da4974
2 changed files with 2 additions and 0 deletions

View File

@@ -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"

1
.zshrc
View File

@@ -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"