bashrc : new cgit variante : fgit lgit
This commit is contained in:
parent
ffcf960af1
commit
2216219f7f
3
bashrc
3
bashrc
|
@ -100,7 +100,8 @@ lsac(){ ls -A $1 | wc -l; }
|
||||||
waka(){ echo $1 > .wakatime-project; }
|
waka(){ echo $1 > .wakatime-project; }
|
||||||
lol(){ [[ $1 = "" ]] && fortune | cowsay -f tux | lolcat || cowsay -f tux $1 | lolcat; }
|
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; }
|
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
|
# at start
|
||||||
clear
|
clear
|
||||||
mcphrase
|
mcphrase
|
||||||
|
|
Loading…
Reference in New Issue