ls -l to ls -hog to save screen space

This commit is contained in:
Brad Ganley 2023-01-12 00:17:23 -06:00
parent a5ae3e496d
commit 04707c30c4

View File

@ -6,7 +6,7 @@ alias burn='sudo apt-get autoremove'
# General
alias ~='cd ~/'
alias ll='ls -AlhGrti'
alias ll='ls -hog'
alias lsa='ls -lah'
alias lt='ls --human-readable --size -1 -S --classify'
alias gh='history|grep'