New backup 2025-09-20 10:15:02

This commit is contained in:
Penelope Gwen 2025-09-20 10:15:02 -07:00
parent 4efc737311
commit ae72838685

View file

@ -76,6 +76,14 @@ pwatch(){
fi
}
process_search(){
if [[ -z ${1} ]];then
printf 'no search arg provided'
exit 1
fi
ps aux | grep -ie "${1}"
}
#alias devbox-stable="TERM=xterm-256color toolbox enter debian-toolbox-12"
#alias devbox-testing="TERM=xterm-256color toolbox enter debian-toolbox-testing"
#git shortcut to quickly push all changes with comment