bashrc : new cgit variante : fgit lgit

This commit is contained in:
_N3m0 2023-04-24 10:21:37 +02:00
parent ffcf960af1
commit 2216219f7f
1 changed files with 2 additions and 1 deletions

3
bashrc
View File

@ -100,7 +100,8 @@ lsac(){ ls -A $1 | wc -l; }
waka(){ echo $1 > .wakatime-project; }
lol(){ [[ $1 = "" ]] && fortune | cowsay -f tux | lolcat || cowsay -f tux $1 | lolcat; }
cata(){ find -type f | grep -v \.git | grep -v build | xargs tail -n +1; }
fgit(){ find | grep \\.git$ | sed s/\\.git//g; }
lgit(){ fgit | fgit | grep --color=never ^\\./[^/]*/$ ; }
# at start
clear
mcphrase