New backup 2025-09-20 10:15:02
This commit is contained in:
parent
4efc737311
commit
ae72838685
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@ pwatch(){
|
||||||
fi
|
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-stable="TERM=xterm-256color toolbox enter debian-toolbox-12"
|
||||||
#alias devbox-testing="TERM=xterm-256color toolbox enter debian-toolbox-testing"
|
#alias devbox-testing="TERM=xterm-256color toolbox enter debian-toolbox-testing"
|
||||||
#git shortcut to quickly push all changes with comment
|
#git shortcut to quickly push all changes with comment
|
||||||
|
|
Loading…
Add table
Reference in a new issue