Added a function to restart the network manager to deal with an issue on the Dell XPS 13.

This commit is contained in:
Nicole Tietz-Sokolskaya 2016-12-03 12:42:44 -05:00
parent 666d82606f
commit adddcf777b

View file

@ -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