diff options
author | awy <awy@awy.one> | 2025-02-01 14:51:50 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-02-01 14:51:50 +0300 |
commit | 26709dbd7fb30afa7bcbaa5a276bb9f94535f72e (patch) | |
tree | 3c87d1342535c334ccf64bbda29bc064761f7fc3 /.config/shell | |
parent | b7175c617a6771405ef45c83c75a2ca5e567e4b5 (diff) |
alias
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/aliasrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 2eba850..ecc1766 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -6,7 +6,8 @@ alias \ # Colorize commands alias \ - ls="eza --icons -lah" \ + ls="eza -h" \ + ll="eza --icons -lah" \ cat="bat" \ grep="rg --color=auto" \ ip="ip -color=auto" |