From d80995b3fbbcb47c46391ba754a36aa7e899b97e Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Tue, 16 Jun 2020 22:49:30 -0400 Subject: [PATCH] r e a d --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 3523f3c..854a175 100644 --- a/.zshrc +++ b/.zshrc @@ -2214,6 +2214,8 @@ if [[ "$TERM" != dumb ]]; then alias ls="command ls ${ls_options:+${ls_options[*]}}" #a1# List all files, with colors (\kbd{ls -la \ldots}) alias la="command ls -la ${ls_options:+${ls_options[*]}}" + #lh hooman + alias lh="command ls -lah ${ls_options:+${ls_options[*]}}" #a1# List files with long colored list, without dotfiles (\kbd{ls -l \ldots}) alias ll="command ls -l ${ls_options:+${ls_options[*]}}" #a1# List files with long colored list, human readable sizes (\kbd{ls -hAl \ldots})