From adddcf777b2f0d4a9b2e179c2e1d1f2c56e508c0 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sat, 3 Dec 2016 12:42:44 -0500 Subject: [PATCH] Added a function to restart the network manager to deal with an issue on the Dell XPS 13. --- profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile b/profile index 11d4c98..1886204 100644 --- a/profile +++ b/profile @@ -25,6 +25,10 @@ set_prompt() { PS1="${TITLEBAR}$BLUE[\t]\`$FAILURE_COLOR\` \u@\h> $NO_COLOR" } +restart_network_manager() { + sudo service network-manager restart +} + # sets the PS1 prompt set_prompt