summaryrefslogtreecommitdiffstats
path: root/aliases
diff options
context:
space:
mode:
Diffstat (limited to 'aliases')
-rw-r--r--aliases27
1 files changed, 0 insertions, 27 deletions
diff --git a/aliases b/aliases
index c886296..c645008 100644
--- a/aliases
+++ b/aliases
@@ -13,12 +13,6 @@ alias netstat="netstat -a --inet --numeric-port"
alias nao="(TERM=rxvt telnet nethack.alt.org)"
alias cao="(TERM=rxvt /usr/bin/ssh -C -i ${HOME}/.ssh/cao_key joshua@crawl.akrasiac.org)"
alias cdo="ssh -C -i ${HOME}/.ssh/cao_key crawl@crawl.develz.org"
-alias scn="(TERM=xterm-color telnet slashem.crash-override.net)"
-alias spork="telnet sporkhack.nineball.org"
-alias cgoban="javaws http://files.gokgs.com/javaBin/cgoban.jnlp"
-alias counterstrike="wine c:\\Program\ Files\\Sierra\\Half-Life\\hl.exe -game cstrike -console -numericping -nojoy -noipx"
-alias halflife="wine c:\\Program\ Files\\Sierra\\Half-Life\\hl.exe" # -console breaks
-alias starcraft='wine c:\\Program\ Files\ \(x86\)\\Starcraft\\StarCraft.exe'
# }}}
# termcast {{{
alias tc="telnet termcast.org"
@@ -26,9 +20,7 @@ alias tc="telnet termcast.org"
# shells {{{
alias bishamon='ssh bishamon'
alias apt="ssh ${USER}@apt.tozt.net"
-alias jjaro="ssh ${USER}@jjaro.net"
alias tozt="ssh -t ${USER}@tozt.net tmux a"
-alias henzell="ssh henzell@crawl.akrasiac.org"
# }}}
# tmux sessions {{{
alias main='tmux a -t main'
@@ -38,8 +30,6 @@ alias misc='tmux a -t misc'
# }}}
# other {{{
alias wgetff='wget --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070404 Firefox/2.0.0.3"'
-alias dotperl="rsync -av lib/* ${HOME}/perl5/local/"
-alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
alias pm="find lib -type f | sort"
alias bootstrap_cpanm="wget -O- -q http://xrl.us/cpanm | perl - App::cpanminus"
alias v="vim -c 'call feedkeys(\"t\")'"
@@ -63,9 +53,6 @@ function perldoc {
fi
}
alias pd=perldoc
-function incoming {
- cpanm http://pause.cpan.org/incoming/$1.tar.gz
-}
function webcam {
local width=$1
local height=$2
@@ -80,14 +67,6 @@ function webcam_record {
if [[ -z $height ]]; then height=480; else shift; fi
mencoder tv:// -tv driver=v4l2:width=${width}:height=${height}:device=/dev/video0:forceaudio:adevice=/dev/dsp -ovc lavc -oac mp3lame -lameopts cbr:br=64:mode=3 -o $1
}
-function luado { # thanks rici
- local e=$1
- shift
- lua /dev/fd/3 $* 4<&0- <<<$e 3<&0- 0<&4-
-}
-function moose {
- perl -Moose -E "$*"
-}
function setfont {
printf '\e]710;%s\007\e]711;%s\007' "$1" "$1"
}
@@ -106,12 +85,6 @@ function opened_files {
function alert {
echo "DISPLAY=$DISPLAY xmessage -center -default okay $1" | at $2
}
-function nopaste_moose {
- nopaste --chan=#moose --services=Shadowcat --desc="$1"
-}
-function gist {
- nopaste --services=Gist --desc="$1"
-}
function fm22avi {
fceux --playmov $1.fm2 --sound 1 --soundq 1 --soundrate 48000 --nospritelim 1 --pal 0 --xscale 1 --yscale 1 --opengl 0 --special 0 $2 --videolog "mencoder - -o $1.avi -ovc x264 -x264encopts qp=0 -oac mp3lame -lameopts mode=3:preset=128 -noskip -nocache -mc 0 -aspect 4/3 NESVSETTINGS"
}