From 145ec29a3522cf943b95a332003cd7335c47cd40 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 14 Jan 2011 02:52:24 -0500 Subject: [PATCH] add wol-vapier alias --- .profile.d/aliases.sh | 2 ++ 1 file changed, 2 insertions(+) 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' -- 2.39.2