New backup 2025-05-28 12:30:02

This commit is contained in:
Penelope Gwen 2025-05-28 12:30:02 -07:00
parent 52f0b2faa7
commit 90580293a7

View file

@ -81,7 +81,10 @@ pushall() {
#deb_canvas(){
# dh_make -c custom --copyrightfile ~/Development/metapackages/pogmom_deb_template/licenses/oql -n -e "${GIT_AUTHOR_EMAIL}" -p pogmom-essentials_0.1 -C i
#}
network-status() {
[[ -z ${1} ]] && loglength="10" || loglength="${1}"
sudo journalctl -u NetworkManager.service -u openvpn.service --lines="${loglength}" --follow
}
alias quickdeb='dpkg-buildpackage -b -tc'
alias gituntracked='git ls-files . --exclude-standard --others'