This commit is contained in:
_N3m0 2023-07-07 13:20:31 +02:00
parent b98c93c5d9
commit c7cd703819
1 changed files with 2 additions and 0 deletions

2
bashrc
View File

@ -111,6 +111,8 @@ fgit(){ find | grep \\.git$ | sed s/\\.git//g; }
lgit(){ fgit | fgit | grep --color=never ^\\./[^/]*/$ ; }
mkdirc(){ mkdir $1 && cd $1; }
alias sgit="for i in \$(lgit); do echo -e \"\n\$i\" && cd \$i && git status && back; done"
# at start
# clear
# mcphrase