aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-01-31 16:22:07 +0300
committerawy <awy@awy.one>2025-01-31 16:22:07 +0300
commite1ce07db4ad9397f0adace029034ae934a004af6 (patch)
treec10922371fdee11d848e0c28f826818b1710eb37 /.config
parente8abbaf2fae90bc103b9f96080e8e350d0897a0a (diff)
rust
Diffstat (limited to '.config')
-rw-r--r--.config/shell/aliasrc5
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 \