From 2d3db5b9af5b696f33b85656714a06bfcc9c0c7c Mon Sep 17 00:00:00 2001
From: _N3m0 <n3m0o7@hotmail.com>
Date: Sat, 10 Jun 2023 15:26:14 +0200
Subject: [PATCH] basrhc : mkdirc

---
 bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bashrc b/bashrc
index 2a5c087..7613e45 100644
--- a/bashrc
+++ b/bashrc
@@ -103,6 +103,7 @@ lol(){ [[ $1 = "" ]] && fortune | cowsay -f tux | lolcat || cowsay -f tux $1 | l
 catall(){ find -type f | grep -v \.git | grep -v build | xargs file | grep text | sed "s/:.*$//g" | xargs tail -n +1; }
 fgit(){ find | grep \\.git$ | sed s/\\.git//g; }
 lgit(){ fgit | fgit | grep --color=never ^\\./[^/]*/$ ; }
+mkdirc(){ mkdir $1 && cd $1; }
 
 # at start
 # clear