From 62cecc86adf7585899d602df4bf313d314047393 Mon Sep 17 00:00:00 2001 From: committer Date: Thu, 6 Jun 2024 13:53:27 -0500 Subject: [PATCH] + nmrestart --- dots/bash/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 994719c..4d62e6d 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -44,6 +44,11 @@ alias nr="nitrogen --restore" alias myip="echo $(wget http://ipinfo.io/ip -qO -)" alias curae="sudo curae" +nmrestart() { + systemctl restart NetworkManager + systemctl status NetworkManager +} + screensaver() { cmd="status" if [[ -n $1 ]]; then