basrhc : mkdirc

This commit is contained in:
_N3m0 2023-06-10 15:26:14 +02:00
parent 8e31665ba4
commit 2d3db5b9af
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -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; } 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; } fgit(){ find | grep \\.git$ | sed s/\\.git//g; }
lgit(){ fgit | fgit | grep --color=never ^\\./[^/]*/$ ; } lgit(){ fgit | fgit | grep --color=never ^\\./[^/]*/$ ; }
mkdirc(){ mkdir $1 && cd $1; }
# at start # at start
# clear # clear