Added a function to restart the network manager to deal with an issue on the Dell XPS 13.
This commit is contained in:
parent
666d82606f
commit
adddcf777b
1 changed files with 4 additions and 0 deletions
4
profile
4
profile
|
@ -25,6 +25,10 @@ set_prompt() {
|
||||||
PS1="${TITLEBAR}$BLUE[\t]\`$FAILURE_COLOR\` \u@\h> $NO_COLOR"
|
PS1="${TITLEBAR}$BLUE[\t]\`$FAILURE_COLOR\` \u@\h> $NO_COLOR"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
restart_network_manager() {
|
||||||
|
sudo service network-manager restart
|
||||||
|
}
|
||||||
|
|
||||||
# sets the PS1 prompt
|
# sets the PS1 prompt
|
||||||
set_prompt
|
set_prompt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue