diff options
author | awy <awy@awy.one> | 2025-01-31 16:22:07 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-31 16:22:07 +0300 |
commit | e1ce07db4ad9397f0adace029034ae934a004af6 (patch) | |
tree | c10922371fdee11d848e0c28f826818b1710eb37 /.config | |
parent | e8abbaf2fae90bc103b9f96080e8e350d0897a0a (diff) |
rust
Diffstat (limited to '.config')
-rw-r--r-- | .config/shell/aliasrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index b7da08e..2eba850 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -6,8 +6,9 @@ alias \ # Colorize commands alias \ - ls="ls -hN --color=auto" \ - grep="grep --color=auto" \ + ls="eza --icons -lah" \ + cat="bat" \ + grep="rg --color=auto" \ ip="ip -color=auto" alias \ |