1
0
Fork 0

bashrc: add alias "lha"

This commit is contained in:
Pratham Patel 2024-04-11 13:55:44 +05:30
parent 88f7210c7c
commit e762a93e39
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ alias la="${GNU_LS} --group-directories-first --color=auto -1v --time-style=long
alias ldt="${GNU_LS} --group-directories-first --color=auto -1ltv --time-style=long-iso --almost-all"
alias llh="${GNU_LS} --group-directories-first --color=auto -1lv --time-style=long-iso --human-readable"
alias lah="${GNU_LS} --group-directories-first --color=auto -1lv --time-style=long-iso --human-readable --almost-all"
alias lha="${GNU_LS} --group-directories-first --color=auto -1lv --time-style=long-iso --human-readable --almost-all"
alias lsh="${GNU_LS} --group-directories-first --color=auto -1lv --time-style=long-iso --human-readable --almost-all"
if command -v batcat > /dev/null; then