From ba6dd3256c9508ed0c71c7f3346d910803d54a46 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 17 Apr 2025 21:19:07 +0200 Subject: update --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 4f1e100..9870d56 100644 --- a/.bashrc +++ b/.bashrc @@ -51,6 +51,7 @@ export LESS=iXFRx4 # Stopwatch alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date' +alias fd='find . -iname' alias grep='grep -i --color' alias more='less' alias vi='vim' -- cgit v1.2.3