various additions from sim laptop

This commit is contained in:
Alexander Gehrke 2025-05-08 13:55:52 +02:00 committed by Alexander Roso
parent 912a3282c5
commit 21e41141ef
13 changed files with 645 additions and 28 deletions

6
aliases/devel Normal file
View file

@ -0,0 +1,6 @@
ignore() {
printf "%s\n" $@ >> .gitignore
git add .gitignore
}
noglob ignore