Skip to content

Commit

Permalink
yadm: rename local.class
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 24, 2024
1 parent f9fa03f commit 05d3ba3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .config/yadm/hooks/post_pull
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

yadm sparse-checkout set --no-cone '/*' '!/bootstrap'
if [ "$(yadm config local.class)" = "Me" ]; then
if [ "$(yadm config local.class)" = "Home" ]; then
yadm gitconfig status.showUntrackedFiles normal
fi

0 comments on commit 05d3ba3

Please sign in to comment.