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"