From: Mike Frysinger Date: Mon, 28 Nov 2011 20:44:10 +0000 (-0500) Subject: move aspell helper "ss" to "sss" to avoid iproute2 `ss` X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=375dc5299084235a34744b9ce58285cd022370b7;p=home.git move aspell helper "ss" to "sss" to avoid iproute2 `ss` --- diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index e1cf805..3fe72b0 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -24,7 +24,7 @@ alias quake4='quake4 +set s_driver oss' alias repoman='repoman -q -q' alias rrsync='rsync -av --inplace --progress' alias s='aspell -a' -ss() { aspell -a <<<"$*"; } +sss() { aspell -a <<<"$*"; } svlc() { sudo -u smriti env DISPLAY=:0 vlc --volume 512 "$@" >/dev/null 2>&1 ; } alias xine='xine -l'