From: Mike Frysinger Date: Fri, 14 Jan 2011 07:52:24 +0000 (-0500) Subject: add wol-vapier alias X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=145ec29a3522cf943b95a332003cd7335c47cd40 add wol-vapier alias --- diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index f93e5eb..884f812 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -26,6 +26,8 @@ alias s='aspell -a' ss() { aspell -a <<<"$*"; } alias xine='xine -l' +alias wol-vapier='wakeonlan -i 192.168.1.255 00:26:18:80:ea:da' + if [[ ${TERM} != "dumb" ]] ; then alias grep='grep --colour=auto' alias ls='ls --color=auto'