mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
updates
This commit is contained in:
parent
ccabffa608
commit
1df0f28541
8 changed files with 157 additions and 114 deletions
8
classkick/util.sh
Normal file
8
classkick/util.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
function git-diff-subdirs() {
|
||||
for DIR in */; do
|
||||
pushd $DIR
|
||||
echo "Git diffing $PWD"
|
||||
git --no-pager diff -- ':!*poetry.lock'
|
||||
popd
|
||||
done
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue