From 5cfc88cc0902817406920c036df48b35a799b571 Mon Sep 17 00:00:00 2001 From: pankunull Date: Sun, 24 Aug 2025 00:34:03 +0200 Subject: Added standard aliases for colorized ls and grep. --- src/.bashrc_alis | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/.bashrc_alis diff --git a/src/.bashrc_alis b/src/.bashrc_alis new file mode 100644 index 0000000..de1a7db --- /dev/null +++ b/src/.bashrc_alis @@ -0,0 +1,2 @@ +alias ls='ls --color=auto' +alias grep='grep --color=auto' -- cgit v1.2.3