Minor improvments to init & ~/bin scripts, remove numlock from autostarts

This commit is contained in:
natemaia
2017-12-26 15:03:54 -08:00
parent 88ecac0da3
commit 92ada44d97
8 changed files with 39 additions and 21 deletions

View File

@ -20,7 +20,7 @@ do_setup() {
sudo pacman-key --populate archlabs
}
while ! [[ $(ping -c1 8.8.8.8) ]]; do
while ! [[ "$(ping -c1 8.8.8.8)" ]]; do
sleep 1
done