From: Mike Frysinger Date: Sat, 10 Dec 2011 18:11:29 +0000 (-0500) Subject: extend wol networks X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=4820584a037094e770ab08ced521147e7c9b197a extend wol networks --- diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index 3fe72b0..0b89e06 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -28,7 +28,7 @@ sss() { aspell -a <<<"$*"; } svlc() { sudo -u smriti env DISPLAY=:0 vlc --volume 512 "$@" >/dev/null 2>&1 ; } alias xine='xine -l' -alias wol-vapier='wakeonlan -i 192.168.1.255 00:26:18:80:ea:da' +alias wol-vapier='wakeonlan -i 192.168.1.255 00:26:18:80:ea:da; wakeonlan -i 192.168.0.255 00:26:18:80:ea:da' if [[ ${TERM} != "dumb" ]] ; then alias grep='grep --colour=auto'