ls -l to ls -hog to save screen space

Former-commit-id: 04707c30c4
This commit is contained in:
2023-01-12 00:17:23 -06:00
parent 49a223a002
commit c293574e7d

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'